body {
  color: #fbfbb1;
  background-color: rgb(6, 0, 12);
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  /* fixed background */
  /* background-attachment: fixed;
  background-image: url("big-background.jpg"); */
}

a {
  color: #fbfbb1;
  text-decoration: none;
  font-weight: bold;
}

iframe {
  border: 0;
}

.steamwidget {
  width: 800px;
  height: 200px;
}

.youtube {
  width: 800;
  height: 450;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 70vw;
  background-color: rgb(6, 0, 12);
}

.content__element {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 40px;
  margin-right: 40px;
  align-items: center;
}

.content__split {
  display: flex;
  margin-top: 25px;
  width: 100%;
}

.content__split--single {
  align-content: center;
  justify-content: center;
}

p,
ul,
li {
  align-items: center;
  text-align: center;
}

ul {
  list-style-type: none;
}

h1 {
  font-size: 3em;
}

h2 {
  color: white;
}

.navigation {
  display: flex;
  justify-content: space-between;
  background-color: rgb(9, 0, 17);
  margin-top: -10px;
  padding: 15px;
  flex-direction: row;
  border-bottom: 1px solid #080808;
}

.navigation__link {
  color: white;
  padding: 6px;
}

.navigation__link:hover {
  border: 1px solid #fbfbb1;
  background-color: #fbfbb1;
  border-radius: 8px;
  color: black;
  padding: 5px;
}

.navigation__item {
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 1.1em;
  border: 1px solid #080808;
}

.navigation__container {
  display: flex;
  margin: 0 10px;
  font-size: 1.1em;
}

.discord {
  width: 200px;
}

.feature__list li {
  font-size: 1.2em;
}

.screenshot__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.screenshot img {
  max-width: 400px;
}

.verbiage {
  width: 900px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(17, 0, 26, 0.6);
}

.heading {
  padding: 20px;
  max-width: 500px;
}

.heading::first-letter {
  font-size: 150%;
}

.verbiage p {
  font-size: 1.1em;
}

.logo-small {
  width: 45px;
}

.button {
  color: white;
  font-size: 1.5em;
  padding: 20px 80px;
  
}

.button:hover {
  background-color: rgb(90, 70, 50);
  transition: 0.3s;
}

.button p {
  margin: 0;
}

.button--primary {
  background-color: #c7b048;
  color: black;
  border: 2px solid #dbc871;
}

.button--primary:hover {
  background-color: #a59139;
  border: 2px solid #c7b048;
  transition: 0.3s;
}

.split {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .split {
    width: 100%;
  }
}

.split--focus {
  background-image: linear-gradient(to bottom, #070000, #1f063117);
  border: 1px solid #d4a87a !important;
}

.split--focus h2 {
  color: #d4a87a !important;
  font-size: 1.7em;
}

.split--text {
  display: inline;
  text-align: center;
  font-size: 1em;
  padding: 30px;
  border: 1px solid #101010;
  margin: 10px;
  border-radius: 20px;
}

.split p::first-letter {
  font-size: 125%;
}

.split--image {
  justify-content: center;
  align-content: center;
  padding: 5px;
}

img {
  max-width: 100%;
  border-radius: 20px;
}

.split--image img {
  width: 600px;
}