@charset "ISO-8859-1";
.navcontainer {
                text-align: center;
            }
            .navcontainer .nav-item{
                display:inline-block;
                padding: 10px 20px;
                text-align: center;
            }
            .navbutton {
                font-family: arial, sans-serif;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 15px;
                text-decoration: none;
                color:#fff;
            }
            .navbutton:hover {
                color:grey;
            }