.navbar {
    margin-top: 1.5vh;
    height: 8.5vh;
    /* background-color: #fff; */
    background-color: #051C32;
    /* display:inline-flex; */
}

.logouu {
    margin-left: 2vw;
    width: 11vh;
    height: 8.5vh;

}

.nextbut {
    margin-left: 1.5vw;
    width: 10vw;
    height: 6vh;
    background-color: #051C32;
    font-family: 'ComicSans', 'sans-seriff';
    font-size: medium;
    text-decoration: none;
}
.nextbut-dropdown {
    margin-left: 1.5vw;
    width: 10vw;
    height: 6vh;
    background-color: #051C32;
    font-family: 'ComicSans', 'sans-seriff';
    font-size: medium;
    text-decoration: none;
    font-family: 'ComicSans', 'sans-seriff';
    font-size: large;
    text-align: center;
    text-decoration: none;
    color: white;
}
.nextbut-dropdown-active {
    margin-left: 1.5vw;
    width: 10vw;
    height: 6vh;
    background-color: white;
    font-family: 'ComicSans', 'sans-seriff';
    font-size: medium;
    text-decoration: none;
    font-family: 'ComicSans', 'sans-seriff';
    font-size: large;
    text-align: center;
    text-decoration: none;
    color: black;
}
.dropdown {
    float: center;
    overflow: hidden;
  }

.nextbut:hover {
    color: white;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: none;
}

.dropdown-content {
    display: none;
    margin-left:.5vw;
    overflow:hidden;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius:.5vw;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.firstbutactive:hover {
    background-color: white;
}

/* .firstbut{
    width:8vw;
    height:6vh;
    background-color: #051C32;
    font-family: 'ComicSans','sans-seriff';
    
} */
.firstbutactive {
    margin-left: 1vw;
    width: 8vw;
    height: 6vh;
    background-color: white;
    font-family: 'ComicSans', 'sans-seriff';

}

.textb {
    font-family: 'ComicSans', 'sans-seriff';
    font-size: large;
    text-align: center;
    text-decoration: none;
    color: white;
}

.textb-a {
    font-family: 'ComicSans', 'sans-seriff';
    font-size: large;
    text-align: center;
    text-decoration: none;
    color: black;
}

.ftextbox {
    overflow: hidden;
}