@font-face {
    font-family: 'PlusJakarta';
    src: url('misc/PlusJakartaSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'PlusJakarta', Arial, sans-serif;
    line-height: 1.6;
    background-color: #021526;
    color: #333;
    font-size: 40px;
  }

#mainlogo {
  width: 5%;
}

.hero {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  margin-top: 35px;
}

.seksi {
  font-size: 0.75em;
  margin: auto;
  background-color: #333;
  color: #E2DAD6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seksi2 {
  font-size: 0.75em;
  margin: auto;
  background-color: #021526;
  color: #E2DAD6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#select {
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
  gap: 2em;
  letter-spacing: 6px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
}

.box-game {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  padding: 5px;
  margin: auto;
  background-color: #2E5077;
  color: #F4EDD3;
  margin-bottom: 10px;
  border-radius: 25px;
}

img.box-game {
  margin: 10px;
}

#box-game-content {
  display: flex;
  flex-direction: column;
  height: 352px;
  justify-content: space-between;
  padding: 4px;
}

#box-game-text {
  font-size: 0.6em;
}

#box-game-links {
  width: 48px;
}

#box-game-links:hover {
  cursor: pointer;
  filter: brightness(180%);
}

#link-list {
  display: flex;
  flex-direction: row;
}

.contact {
  width: 30vw;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  margin-top: 30px;
}

#contact-logo {
  max-width: 48px;
  filter: invert(65%)
}

#contact-logo:hover {
  filter: invert(100%);
}

.footer {
  background-color: #021526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4em;
  color: #E2DAD6;
  height: 32px;
}

@media only screen and (max-width: 1280px) {
  .hero {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 0.55em;
    margin-top: 25px;
    text-align: center;
  }

  #mainlogo {
    width: 15vw;
  }

  .contact {
    margin: 4px;
    width: 75vw;
  }

  .box-game {
    max-width: 90vw;
    align-items: flex-start;
  }

  img.box-game {
    max-width: 50vw;
    margin: 5px;
  }

  #box-game-content {
    height: auto;
    margin: 20px;
  }

  #box-game-text {
    padding: 5px;
    font-size: 0.75em;
  }
  
  #box-game-links {
    width: 60px;
  }

  #link-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 0.55em;
    margin-top: 25px;
    text-align: center;
  }

  #mainlogo {
    width: 15vw;
  }

  .contact {
    margin: 4px;
    width: 75vw;
  }

  .box-game {
    max-width: 90vw;
    flex-direction: column;
    align-items: center;
  }

  img.box-game {
    max-width: 90vw;
    margin: 5px;
  }

  #box-game-content {
    height: auto;
    margin: 20px;
  }

  #box-game-text {
    padding: 5px;
    font-size: 0.9em;
    text-align: justify;
  }
  
  #box-game-links {
    width: 60px;
  }

  #link-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .hero {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 0.55em;
    margin-top: 25px;
    text-align: center;
  }

  #mainlogo {
    width: 25vw;
  }

  .contact {
    margin: 4px;
    width: 75vw;
  }

  .box-game {
    max-width: 85vw;
    flex-direction: column;
  }

  img.box-game {
    max-width: 80vw;
    margin: 10px;
  }

  #box-game-content {
    height: auto;
  }

  #box-game-text {
    font-size: 0.65em;
    text-align: justify;
  }
  
  #box-game-links {
    width: 48px;
  }

  #link-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .hero {
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 0.55em;
    margin-top: 25px;
    text-align: center;
  }

  #mainlogo {
    width: 25vw;
  }

  .contact {
    margin: 4px;
    width: 75vw;
  }

  .box-game {
    max-width: 85vw;
    flex-direction: column;
  }

  img.box-game {
    max-width: 80vw;
    margin: 10px;
  }

  #box-game-content {
    height: auto;
  }

  #box-game-text {
    font-size: 0.55em;
  }
  
  #box-game-links {
    width: 48px;
  }

  #link-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}