.logo-1-container{
    padding: 6px;
    margin-right: 10px;
}
.logo-1-icon{
    margin-bottom: -50px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgb(0, 162, 255);;
    border-bottom: 10px solid rgb(0, 162, 255);
    border-radius: 100px;
}
.dairy-harbor-container{
    margin-left: 6px;
    white-space: nowrap;
}
.dairy-harbor{
    color:rgb(0, 162, 255);
}

.navbar-item
{
    height:70px;
    margin-left: 100px;
}
.navBar{
    background-color: white;
    font-size: 18px;
    columns: rgb(0, 162, 255);
}
.nav-container{
    color: rgb(3,183,194);
    font-weight: bold;
    background-color: white;
    border-bottom: 2px solid rgb(0, 162, 255);
}

.sighup{
    font-size: 20px;
    margin-top: 2px;
    margin-right: 6px;
    margin-left: 6px;
    height: 44px;
    width: 140px;
    padding: 4px 2px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: rgb(0, 162, 255);
    transition: all 0.5s ease-in-out;
}
.sighup:hover{
    color: rgb(1, 154, 214);
    background-color: rgb(247, 249, 250);
    border: 2px solid rgb(0, 162, 255);
}

.login{
    font-size: 20px;
    margin-top: 2px;
    margin-right: 12px;
    height: 42px;
    width: 140px;
    padding: 2px 2px;
    border: none;
    border: 2px solid rgb(0, 162, 255);
    border-radius: 10px;
    background-color: white;
    transition: all 0.5s ease-in-out;
}
.login:hover{
    color: white;
    background-color: rgb(0, 162, 255);
    border: none;
}
.authButtons{
    align-items: center;
    justify-content: center; /* Centers items horizontally */
    align-items: center;     /* Centers items vertically (optional) */
}