
.navbarButtons {
    margin-right: 32px;
    font-weight: bold;
    text-decoration: none;
    color:black;
}

.navbarButtons:hover {
    color:#9733ff}

.navbarNestedDivs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.iconsFlex {
    display: flex;
    padding: 0 24px;
    font-size: 18px;
}

.navbarStyle {
    height: 80px;
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99;
}