body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: black;
}

header {
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
}

.branding {
    display: flex;
    align-items: center;
}

.branding img {
    height: 100px;
}

.nav {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.2fr .75fr 1fr;
}

.navbtn {
    font-size: 2em;
    color: white;
    text-decoration: none;
}

#Selectednav {
    text-decoration: underline;
}

.backgroundimg {
    width: 1920;
}

.Maintext {
    background-image: url(Images/FnafRPbackground.png);
    width: 1920;
    height: 1065.160;
}

.Textbox {
    display: flex;
    color: white;
}