.navbar-i{
    width: fit-content;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    color: black;
    padding: 20px 8px;
}

.first-i{
    padding-left: 3px;
}

.btn-submit-press{
    background-color: rgb(0, 53, 0);
    padding: 22px 30px;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.border-b{
    border-bottom: 2px solid black;
}

@media (max-width: 768px) {
    .navbar-desktop{
        display: none;
    }
}