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

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

.splash-screen {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 50vh;
    margin-top: 50px;
}

svg {
    height: 100%; 
}

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

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

#small-logo {
    max-width: 250px;
    text-align: center;
    filter: drop-shadow(2px 0px 8px black);
}

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;
}
#mainImage {
    text-align:center;
    padding: 10px ;
    margin:auto;
    height: 100%;
}

#mainImage img{
    width: 100%;
    max-width: 400px;
    align-content:center;
    border-radius: 10px;
    justify-self:center;
    box-shadow: 0 0 20px black;
    border-bottom: solid rgb(161, 164, 167);    
}
 
#buttons img {
    height:100%;
    max-height: 95px;
} 

.btn {
    transform: scale(.750);
    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: lightslategray;
    border-radius: 20px;
    font-weight: bolder;
    text-align: center;
    padding: 5px; 
    border: 1px;
    border-color: slategray;
    filter: drop-shadow(2px 4px 6px black);    
}

.small-btn {
    cursor: pointer;
    border: none;
    transform: scale(.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;
  

}

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%;
}

#close {
    color: black;
    font-weight: 700;
}
#vulgar {
    position: absolute;
}