@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@500&display=swap");

body {
  background: url(../images/background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #230067;
  background-position-x: center;
  color: white;
}

h1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "Oxanium", cursive;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}

h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "Oxanium", cursive;
  max-width: 800px;
  margin: auto;
}

h3 {
  margin-bottom: 20px;
}

a,
a:hover {
  color: white;
}

.logo {
  height: 70vh;
  display: grid;
  place-items: center;
  color: white;
}

.logo a {
  max-width: 80%;
}

.logo img {
  width: 100%;
}

.intro {
  text-align: center;
  margin-bottom: 50px;
}

.game-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}

.game-links img {
  height: 50px;
}

.game-links-discord {
  background-color: #5865F2;
  padding: 10px;
  border-radius: 8px;
}

.game-links-discord img {
  height: 30px;
}

.trailer {
  margin: auto;
  margin-bottom: 50px;
  background-color: #1b004f;
  display: grid;
  place-items: center;
  font-size: 1.5em;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  justify-content: space-between;
}

.feature p {
  text-align: justify;
}

.feature-image {
  width: 100%;
  height: 300px;
  border: 5px solid #42129b;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1b004f;
  text-align: center;
}

.footer-links {
  margin-top: 20px;
  font-size: 3em;
}

.terms {
  max-width: 1000px;
}

.terms h2 {
  margin-bottom: 30px;
}

.support {
  max-width: 1000px;
}

.support h2 {
  margin-bottom: 30px;
}

.support-contact {
  background-color: #1b004f;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  font-size: 1.5em;
}

.press-kit {
  margin-top: 50px;
  text-align: center;
}

.press-kit-button {
  display: inline-block;
  padding: 20px;
  background-color: #42129b;
  width: 250px;
  border-radius: 4px;
  font-family: "Oxanium", cursive;
  text-decoration: none;
  font-size: 1.5em;
}

.delete-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.delete-account-item {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  justify-content: space-between;
}

.delete-account-item p {
  text-align: justify;
}

.delete-account-item-image {
  width: 100%;
  height: 700px;
  border: 5px solid #42129b;
}

.delete-account-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
