
html{
   font-family: Tahoma, sans-serif;
   color:midnightblue;
   padding: 5px;
}

header{
   height: 10vh;
   width: 100vw;
}

main {
    min-height:80vh;
    padding-bottom: 10px; 
}

footer{
   min-height:fit-content;
   max-height: 10vh;
   width: 100vw;
   position: absolute;
   bottom: 0;
}

#right{
   position:absolute;
   right: 30px;
}






