.auth {
    display: flex;
    margin-left: auto;

    height: 100%;
    width: 45%;
    max-width: 250px;;

    font-size: 1.15rem;

    border: none;
}

.auth a{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50%;
    text-decoration: none;
    height: 100%;

    border-radius: 30px;
}

