.container {

}

/* Ignore that I made this using the british spelling of center despite being american. I thought it was funny */
.centre {
    text-align: center;
}

.navbar {
    background: red;
    padding: 1%;
    border-radius: 5px;
    text-align: left;
}

.navleft {
    text-align: left;
}

.navright {
    text-align: right;
}

/* This jank prevents the logo from exploding */
.imgcontainer {
    background: white;
    border-radius: 5px;
    width: 20%;
    height: 20%;
    text-align: left;
}

.navbox {
    background: white;
    border: 2px solid dodgerblue;
    padding: 5px;
    border-radius: 20%;
    font-size: 125%;
    font-family: impact, serif;
    text-decoration: none;
    color: black;
}