* {
  font-family: "Montserrat";
  overflow: hidden;
}

body {
  background-color: black;
  overflow: visible;
}

.splash-screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.9);
  color: white;
  text-align: center;
  align-items: center;
  z-index: 200;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

#splashlogo-container {
  display: flex;
  height: 70vh;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

svg {
  height: 100%;
}

#title-container {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  max-width: 400px;
  background-color: none;
  border-bottom: solid aliceblue;
  border-width: 5px;
  align-items: center;
}

/* h1 {
  background-color: none;
  font-size: 30px;
  border-radius: 10px;
  color: aliceblue;
} */

#small-logo {
  max-height: 50px;
  text-align: center;
}

/* h2 {
  margin: 5px;
  background-color: none;
  font-size: 35px;
  border-radius: 10px;
  color: aliceblue;
  font-family: "Montserrat", sans-serif;
} */

p {
  font-size: xx-large;
  max-width: 350px;
  margin: auto;
  padding: 25%;
}
#mainImage {
  text-align: center;
  padding: 10px;
  margin: auto;
  height: 100%;
  max-height: 200px;
}

#mainImage img {
  width: 200px;
  max-width: 400px;
  align-content: center;
  border-radius: 10px;
  justify-self: center;
}

.active {
  animation-name: rotate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 1080deg;
  }
}

#buttons img {
  height: 100%;
  max-height: 95px;
}

.btn {
  transform: scale(0.75);
  background-color: transparent;
  border: none;
}

.svg {
  max-height: 100px;
}

#buttons {
  display: flex;
  margin: auto;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  background-color: none;
  filter: drop-shadow(2px 4px 6px black);
}

#content {
  margin: auto;
  font-size: 1.1rem;
  height: auto;
  max-width: 400px;
  margin-top: 10px;
  background-color: aliceblue;
  color: black;
  border-radius: 20px;
  font-weight: bolder;
  text-align: center;
  padding: 10px;
  border: 1px;
  border-color: slategray;
  filter: drop-shadow(2px 4px 6px black);
}

.small-btn {
  cursor: pointer;
  border: none;
  transform: scale(0.45);
  border-radius: 25px;
  filter: drop-shadow(2px 4px 6px black);
  width: 32%;
  height: 100%;
  max-height: 95px;
}

.lists {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: left;
  list-style: none;
  margin: auto;
  padding: 20px;
  background-color: none;
}

.list-items {
  font-size: 18px;
  color: aliceblue;
  text-align: right;
  max-width: 400px;
  height: auto;
  justify-content: space-between;
  display: flex;
  padding: 10px;
}

li:not(:last-of-type) {
  padding: 10px;
  border-bottom: 3px solid slategray;
}

.button {
  background-color: none; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 100px;
  margin-top: 25px;
}

#close {
  color: black;
  font-weight: 700;
}
#title {
  padding: 0;
  color: aliceblue;
  text-align: center;
  font-weight: 500;
  filter: drop-shadow(2px 4px 6px black);
}
dialog {
  background-color: black;
  box-shadow: none;
}

#closeHelp {
  color: black;
  font-size: 1.5rem;
  font-weight: bolder;
  font-family: "Montserrat";
}

.popup {
  height: 100vh;
  width: 100%;
  border: none;
  border-color: none;
  padding-top: 15%;
}

#vulgar {
  width: 55%;
  background-color: aliceblue;
}

.footerDiv {
  position: absolute;
  bottom: 0;
  left: 35vw;
  right: 35vw;
  color: aliceblue;
}
