html {
    background: rgb(65, 66, 61);
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: rgb(65, 66, 61) !important;
    color: rgb(255, 255, 255) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
    margin: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: rgb(255, 255, 255);
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

.imgtest {
    width: 100%;
    height: 100%;
    }


    .nav {

        background-color: rgb(190, 30, 45);
    }
    

    
    .nav a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    
   .nav a:hover {
        background-color: rgb( 138, 140, 143);
        color: white;
    }


    .locationDesc{
        padding-top: 90px;
        padding-left: 10px;
    }

    .locationContainer{

        display: flex;

    }