html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.menuBar ul {
    list-style-type: none;
    margin: 10px;
    padding-left: 19%;
    overflow: hidden;
    background-color: white;
}

.menuBar li {
    height: 100%;
    float: left;
    padding-right: 0px;
}

.menuBar li a {
    column-gap: normal;
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: black;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}

.menuBar li a:hover {
    width: 100%;
    background-color: #FAFAFA;
}

#logo12:hover {
    width: 100%;
    opacity: 0.6;
}