/*html{
    background-color: black;
}
body{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    background-image: url('../../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
main{
    margin-left: 200px;
    margin-right: 200px; 
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    border: black solid 2px;
    overflow-y: scroll;
    scrollbar-color: black white;
    scrollbar-width: thin;
    height: 660px;
    background-color: white;
}*/
main #frame{
    margin: 10px;
    padding: 10px;
    border: solid black 2px;
}
main #frame a{
    display: inline-block;
    text-decoration: none;
    color: red;
    margin-top: 5px;
    border-style: none;
}
main #frame a:hover{
    display: inline-block;
    text-decoration: underline;
    color: red;
    margin-top: 5px;
    border-style: none;
}
