
body {
    color: rgb(59, 61, 59);
    font-size: 0.85rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5rem;
}

a {
    text-decoration: none;
    color:rgb(59, 61, 59);
}
header {
    
    background-color: rgb(227, 229, 231);
    color: #fff;
}
.branding {
    width: 70%;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    
}
.logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

main {
    width:70%;
    margin-left: auto;
    margin-right: auto;
}

table {
    margin-top: 30px;
}



td {
    padding-left: 5px;
    width:250px;
    
}
tr:nth-child(even) {background-color: #f2f1f1;}


hr {
    width: 50%;
    border: 3px solid rgb(59, 61, 59);
    border-radius: 5px;
    }

footer {
    min-height: 30px;
    background-color: slategrey;
    color: #fff;
}

.footer-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}