h1{
    color: white;
}
body{
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;

}
#message{
    color: dimgray;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: red;
}