body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: left;
}

body a{
    color:#8B0000;
    text-decoration: none;
}

body h1 {
    font-size: 25px;
    font-weight: bold;
}

body h2{
    font-size: 20px;
    font-weight: bold;
    color: black;
}

body a:hover{
    color: #222;
    text-decoration: none;
}

body a:visited{
    color: #8B0000;
}

nav a:visited{
    color: white;
}

.greyText{
    color:grey;
    font-weight: bold;c
}

.blackText{
    color:black;
    font-weight: bold;
}

header {
    width: 100%;
    background: #8B0000;
    color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Courier New', Courier, monospace;
}

header h1{
    font-size: 25px;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

footer h1{
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 10px 5px 0px 10px;
    color: #8B0000;
}

footer img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul{
    margin: 0;
}

nav ul li{
    font-size: 17px;
    list-style-type: none;
    display: inline-block;
    color: white;
    padding: 0px 1px 0px 1px;
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover{
    color: #999;
    text-decoration: none;
}

.row:after {
    clear: both;
    content: " ";
    display: table;
}

.wrapper{
    position: relative;
    width: 90%;
    height: 440px;
    background: white;
    border-radius: 0px;
    margin: 10px 0px 5px 0px;
    overflow-y: scroll;
    display: inline-block;
}

p{
    font-size: 16px;

    padding: 0px;
    color:rgba(0,0,0,0,7);
}

.first::-webkit-scrollbar{
    width:12px;
}

.first::-webkit-scrollbar-thumb{
    background: rgb(97, 33, 33);
    outline: 0;
    border-radius: 50px;
}

img {
    border-radius: 5%;
}

* {
    box-sizing: inherit;
}

