.big-primary-button{
    text-align: center;
    font-weight: 700;
    padding: 16px;
    width: 100%;
    height: 52px;
    background: var(--blue-1000);
    color: var(--white);
    border-radius: 16px;
}
  
  
.nav-option{
    text-decoration: none;
    color:var(--gray-600);
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
}