.body {

    font-family:  "Roboto";

}



main {

    color: black;

}

.bg {

    background-color: wheat;

    border: none;

    color: dimgray;

    padding: 1vw 2vw;

    text-align: left;

    text-decoration: none;

    display: inline-block;

    font-size: 2.3vh;

    float: right; 

    margin: 1% 1% 1% 1%;

    box-shadow: 0 2vw 4vw 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    overflow: auto;
        
    -webkit-transition-duration: 0.4s;

    transition-duration: 0.4s;  
    
    text-align: justify;

}


.bg1 {

    background-color: burlywood;

    border: none;

    color: dimgray;

    padding: 1vw 2vw;

    text-align: left;

    text-decoration: none;

    display: inline-block;

    font-size: 2.3vh;

    float: right; 

    margin: 1% 1% 1% 1%;

    box-shadow: 0 2vh 4vh 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    position: fixed; right: 5vw; left: 60%; bottom: 50%; top: 10%;

    overflow: auto;
    
    -webkit-transition-duration: 0.4s;

    transition-duration: 0.4s;
    
    text-align: justify;

}



.bg2 {

    background-color: sandybrown;

    border: none;

    color: dimgray;

    padding: 1vw 2vw;

    text-align: left;

    text-decoration: none;

    display: inline-block;

    font-size: 2.3vh;

    float: right; 

    margin: 1% 1% 1% 1%;

    box-shadow: 0 2vw 4vw 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    position: fixed; right: 5vw; left: 60%; bottom: 10%; top: 50%;

    overflow: auto;
        
    -webkit-transition-duration: 0.4s;

    transition-duration: 0.4s; 
    
    text-align: justify;

}



.footer {

    background-color: wheat;

    border: none;

    color: dimgray;

    padding: 0.75vw 1.5vw;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 2.3vh;

    float: right; 

    margin: 1% 1% 1% 1%;

    box-shadow: 0 2vh 4vh 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    position: fixed; right: 0.5vw; bottom: 0.5vw;
        
    -webkit-transition-duration: 0.4s;

    transition-duration: 0.4s;

}



.html {

    background-image: URL("bg.png"); 

    background-repeat: no-repeat;

    background-size: cover;

}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.4); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.4); 
}