body{
    margin-top: 5%;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 12pt;
}

p{
    font-family: baskerville-urw, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1 em;
    margin: 0;
    display: inline;
}
b{
    font-family: baskerville-urw, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1 em;
    margin: 0;
    display: inline;
    
}


a:link{
    text-decoration: none;
    color: black;
}

a:visited{
    text-decoration: none;
    color:black;
}

::-webkit-scrollbar {
    display: none;
}

@media (max-width: 700px){

    body{
        background-color: rgb(36, 36, 36);
        color:rgb(255, 245, 240);
        font-size: 10pt;
    }
    a:link{
        text-decoration: none;
        color:rgb(255, 245, 240);
    }
    
    a:visited{
        text-decoration: none;
        color:rgb(255, 245, 240);
    }
}
