@font-face {
  font-family: futura-book;
  src: url(./fonts/FuturaLT-Book.woff);
}
@font-face {
  font-family: futura-light;
  src: url(./fonts/FuturaLT-Light.woff);
}

body {
  width: 100%;
  background-color: black;
  color: white;
  font-family: futura-book;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #999997;
}
.content {
  margin: 0 auto 0 28%;
  max-width: 590px;
  text-align: left;
}
.game-content {
    margin: 0 auto 0 28%;
    max-width: 828px;
}
.credits-content {
  margin: 0 auto 0 28%;
 
}
.credits-content p { max-width: 500px;}
.utils-content {
  margin: 0 auto 0 28%;
  max-width: 785px;
  letter-spacing: normal;
}
.title {
  margin-top: 60px;
}
.subtitle {
  margin-bottom: 30px;
}
.utils-title {
  font-size: 28px;
  font-family: futura-light;
  text-align: center;
  letter-spacing: 15px;
  margin: 90px 0 60px;
}
.utils-text {
  margin-bottom: 40px;
}
.title-studio {
  color: white;
  font-family: futura-light;
  font-size: 64px;
  letter-spacing: 18px !important;
  margin-bottom: 30px;
  display: block;
}

.links {
}
.links div {
  display: flex;
  flex-direction: column;
}
.links p {
    margin: 35px 0 5px 0;
}

.teaser {
    width: 828px;
    height: 468px;
}
.details {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.details-text {
    max-width: 500px;
}
.details-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: end;
}