body {
    background-color: #000;
    color: #E0DED0;
}

:root {
  --bg-black: #000000;
  --ivory: #E0DED0;
}

.logo-title {
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}

.container-text {
  font-family: "Cinzel", serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.text-container {
    margin-top: 20%;
}

.games-title {
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-top: 150px;
}

.coming-title {
  font-family: "Cinzel", serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-size: 40px;
  margin-top: 50px;
}

.second-section {
    margin-bottom: 30%;
}

.contact-text {
    margin-top: 50px;
}


a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #E0DED0;
}

.p-buffer {
    margin-top: 45px;
}