/* 
font-family: 'Aboreto', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Unbounded', cursive;
 */


 * {
    padding: 0;
    margin: 0;
 }

 body {
    background-color: black;
 }

 main {
    background-image: url("SHELTER.png");
    background-size: 100%;
    background-repeat: no-repeat;
 }

section {
    width: 100%;
    height: 100vw;
    padding: 30px 0px 30px 0px;
}

h2 {
    font-family: 'Unbounded', cursive;
    font-size: 5vw;
    font-weight: bold;
    color: white;
}

h3 {
    font-family: 'Aboreto', cursive;
    font-size: 2vw;
    color: white;
}

h4 {
    font-family: 'Aboreto', cursive;
    font-size: 1vw;
    color: white;
}

p {
    padding-bottom: 1vw;
    font-family: 'Unbounded', cursive;
    font-size: 1.5vw;
    line-height: 2vw;
    color: white;
}

#frame0 #song-title {
    padding: 1% 0% 1% 5%;
    background-color: rgba(228, 232, 235, 0.25);
    position: relative;
    top: 5%;
    left: 55%;
    right: 0px;
    white-space: nowrap;
}

#frame0 div {
    width: 25%;

    position: relative;
    top: 15%;
    left: 45%;

    background-color: rgba(80, 150, 255, 0.75);
    border-radius: 5%;
    padding: 1%;
}

#frame1 div {
    width: 25%;

    position: relative;
    bottom: 40vw;
    left: 20%;
    margin-bottom: 10vw;

    background-color: rgba(42, 44, 122, 0.75);
    border-radius: 5%;
    padding: 1%;
}

#frame1 #right {
    width: 35%;
    left: 50%;

    text-align: right;
}

#frame2 div {
    width: 25%;

    position: relative;
    bottom: 87%;
    left: 25%;

    background-color: rgba(9, 10, 32, 0.5);
    border-radius: 5%;
    padding: 1%;
}

#frame3 div {
    width: 17%;
    text-align: center;

    position: relative;
    bottom: 160%;
    margin-left: auto;
    margin-right: auto;

    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5%;
    padding: 1%;
}



::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}