

#bannerimg{
    margin: 0;
    width: 100%;
    max-height: fit-content;
}

#splash{
    background-color: #090909;
}

.sectionDiv
{
text-align: center;
padding-top: 10px;
font-size: 20px;
}

.sectionDiv h1{
    margin: 0;
    padding: 0;
    font-size: 90px;
    color: #1ac8db;

}

body{
    font-family: 'Rajdhani', sans-serif;
    color: white;
}