body {
    background-color: black;
    font-family: sans-serif;
    color: #800000;
}

header {
    width: 99%;
    height: 100%;
    max-height: 100px;
    
    
    border: 5px;
    border-style: solid;
    border-color: #800000;
    position: relative;
}

.header-image {
    height: 100%;
    width: 100%;
}

.head-image-holder{
    max-height: 100px;
    max-width: 764px;
    height: 100%;
    width: 54%;
    display: inline-block;
}

.right-side-buttons {
    text-align: end;
    float: inline-end;
    padding-right: 5px;
    padding-top: 22px;
    width: 46%;
    max-width: 772px;
    font-size: 300%;
    text-transform: uppercase;
    
}

.header-link-not{
    text-decoration: none;
    vertical-align: middle;
}

.header-link-here{
    vertical-align: middle;
    color: #a40000;
}

.header-link-here:visited{
    vertical-align: middle;
    color: #a40000;
}

.spacer {
    height: 50px;
}

a:link{
    color: #800000;
}

a:visited{
    color: #800000;
}

a:hover{
    color: #a40000;
    text-decoration: underline;
}

.content-main{
    text-align: center;
    font-size: large;
}