

body {
  background-color: #ab2424;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column
}


.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.gay{
  color: white;
  text-align: center;
  font-weight: 400;}
  
  a { color: #FF0000; }
  
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
  