body {
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/358/original/galaxy-background-decorative-seamless-pattern-repeating-background-tileable-wallpaper-print_153302-476.png?1745890319);
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  text-align: center;
  font-size: 30px;
  color: #eeeae4;
}

h2 {
  text-align: center;
  color: #a6b0bb;
  font-size: 22px;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}

div {
  text-align: center;
  color: #a6b0bb;
}

p {
  line-height: 2;
  border: 2px solid #eeeae4;
  color: #a6b0bb;
  font-size: 15px;
  margin: 40px 0 10px;
}

ul {
  list-style: none; /*takes out the style of the list*/
  text-align: center; /*center the text of the list*/
}

li {
  display: inline-block; /*makes the list horizontal*/
  margin-right: 30px; /*Space between list objects*/
  font-size: 17px;
}

.join-button {
  display: block;
  margin: 30px auto;
  background: #1f243a;
  color: #eeeae4;
  font-size: 18px;
  padding: 15px 20px;
  border: 1px solid #eeeae4;
  border-radius: 6px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}

.join-button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.xavier-button,
.zayne-button,
.rafayel-button,
.sylus-button,
.caleb-button {
  display: block;
  margin: 10px auto;
  background: #07080c;
  color: #eeeae4;
  font-size: 18px;
  padding: 15px 20px;
  border: none;
  border-radius: 60px;
  transition: all 300ms ease-in-out;
}

.xavier-button:hover {
  height: 190px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/350/original/Xavier_Icon.png?1745886400);
  color: transparent;
}

.zayne-button:hover {
  height: 190px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/351/original/Zayne_Icon.png?1745886414);
  color: transparent;
}

.rafayel-button:hover {
  height: 190px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/352/original/Rafayel_Icon.png?1745886475);
  color: transparent;
}

.sylus-button:hover {
  height: 190px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/353/original/Sylus_Icon.png?1745886485);
  color: transparent;
}

.caleb-button:hover {
  height: 190px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/164/354/original/Caleb_Icon.png?1745886494);
  color: transparent;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 60px;
  border-radius: 10px;
  background: radial-gradient(
    circle,
    rgba(105, 64, 40, 1) 40%,
    rgba(15, 17, 33, 1) 100%
  );
  box-shadow: 1px 1px 10px 5px rgba(119, 119, 119, 0.3);
}

.learn-aboutgame {
  border: none;
  padding: 1px 1px;
}

.click-here {
  color: #eeeae4;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.click-here:hover {
  text-decoration: underline;
  color: #aa6f2b;
}

.learn-guys {
  border: none;
  margin: 10px auto;
  font-size: 25px;
  color: #eeeae4;
}
.footer {
  text-align: center;
  border: none;
  font-size: 12px;
}
