body{
  background-color: papayawhip;
  font-size: 20px;
  text-align: center;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}


#title{
  font-weight:bold;
  font-size: 50px;
}

#success{
  color: green;
}
#failure{
  color:red;
}

a{
  color: black;
  text-decoration: none;
}


#nameInfo{
  position: fixed;
  
  left:10px;
  bottom:5px;

  font-size: 75%;

  color: rgb(184, 184, 184);
}