body {
  background-color: #340023;
  color: #ddd;
  font-family:"Tahoma";
}
#info {
  width:450px;
  margin: auto;

}
.center{
  text-align:center;
}
#title {
  font-family: 'Syne Tactile', cursive;
}
.button {
  background-color: #3d5075;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius:4%;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
