body {

    background-image: linear-gradient(to right, #d10000, #462828);
    color:rgb(255, 255, 255);
}

.header {
    position: relative;
    height: 40%;
    width: 100%;
    border-color: #d100003f;
    border-style: double;
    background-color: #00000038;
}

.headerText {
    display: flexbox;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    margin: 45px;
    padding: 0;
    color:#ff6a6a
}

.headingsCentering {
    text-align: center;
    color:#ff9595
}

.navLinkContainer {
    box-sizing: border-box;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    text-align: center;
}

.image {
    width: 100%;
}

a {
    color: white;
}

a:hover {
    color: #000000;
}


footer {
    margin-top: 50px;
    text-align: center;

}