.nav-back{
    background-color: black;
}


.button{
    background-color: white;
    color: black;
    width: 144px;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 52px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: bold;
}


.nav-container::after{
    content: "";
    display: grid;
    width: 85%;
    background-color: white;
    height: 1px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;

}