.not-loggedin-buttons{
    display: flex;
    gap: 1rem;
}
@media screen and (max-width: 520px) {
    .not-loggedin-buttons{
        flex-direction: column;
    }
}