body {
    background-image: url(/images/anotherpaperbackground.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
}
a:link a:hover a:active a:visited{
    color: black;
    text-decoration: underline;
}
hr {
    height: 3px;
    color: black;
}
        ::-webkit-scrollbar {
            width: 5px;
            }
        ::-webkit-scrollbar-track {
            background: none;
        }
        ::-webkit-scrollbar-thumb {
            background: brown; 
            border: 1px solid black;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: brown; 
        }


