body {
background-color: #222222;
font-family: Trebuchet, sans-serif;
font-size: 26px;
}

.center {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}

a:link {
  display: flex;
  margin-left: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;	
  color: #ffffff;
}

a:visited {
  color: #ffffff;	
}

a:hover {
  color: #ca9b52;
  text-decoration: none;	
}

.logo {
  display: flex;
  margin-top: 400px;
  margin-left: 65px;
  justify-content: center;
  align-items: center;
}
