body {
  background-color:rgb(0, 0, 0) ;
}
p {
  color: rgb(255, 255, 255);
  text-align: center;
}
  
a:link {
  text-align: center;
  color: green;
  text-decoration: underline;
}
a:visited {
  text-align: center;
  color:rgb(112, 0, 56);
  text-decoration: underline;
}
a:hover {
  text-align: center;
  color:rgb(112, 0, 56);
  text-decoration: underline;
}
a:active {
  text-align: center;
  color: red;
  text-decoration: underline;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
h1{
  color: rgb(255, 255, 255);
  text-align: center;
}
#button{
  color: red;
  background-color: black;
}
#name{
  color: red;
  background-color: black;
  margin-bottom: -50px;
}
#lang{
  color: red;
  background-color: black;
margin-top: -50px;
}
#cc_link{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#center{
  text-align: center;
}
#stop{
  color: violet;
  text-decoration: none;
}
table, th, td {
  border: 1px solid white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.joke{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.updates{
  font-size: 12px;
  margin-top: -15px;
  text-align: center;
}
.cl{
  text-align: center;
  color:white;
}
#digital-clock{
  color:wheat;
  margin-top: -18px;
  margin-bottom: 19px;
}
.calLink{
  color: blue;
  text-align: right;
  margin-top: -5px;
  margin-bottom: -15px;
}
a:visited, .calLink{
  color: blue;
  text-align: right;
}