*{
    font-family: "Sofia sans semi Condensed";
    font-weight: bold;
}

#nav{
    background-color: #081a1f;
}

#main, #transi{
    background-color:  #081a1f;
    color: white;
}

#intro{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

#monsters img{
    width: 252px;
    height: 250px;
}

#p2, #transi{
    font-size: xx-large;
    text-align: center;
    padding-bottom: 20px;
}

#background-video{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    }  

.content h1, h2{    
    color: white;  
    font-weight: bold;
    text-align: center;
    }

.content h1{
    font-size: 6rem;
    margin-top: 30vh;
    }

.content h2{
    font-size: 3rem;;
    margin-bottom: 30vh;
    }
#slide-selector{
    font-family: "Sofia sans semi Condensed";
    font-weight: bold;
    background-color: #081a1f;
    color: white;
}
#carousel{
    background-color: #081a1f;
    text-align: center;

}
#slide-container{
    padding: 30px;
    margin: auto;
    
}
#slide-container h2{
    color: #F59E0B;
    font-size: xx-large;
    padding-top:20px;
    padding-bottom: 10px;  
}
#slide-container img{
    margin:auto;
    padding:20px;  
}
#slide-container p{
    color: white;
    font-size: xx-large;
}
#prev-button{
    color: white;
    font-size: xx-large;
    padding: 36px;
}
#next-button{
    color: white;
    font-size: xx-large;
    padding: 36px;
}
#slide-container{
    align-items: center; 
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
}