a.btn {
    text-transform: uppercase;
    color: #fff !important;
    padding: 1rem;
    font-size: 18px;
    font-weight: 600;
}

a.btn:last-child {
    margin-top: 1rem;
}

.content {
    margin: 0 !important;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-centered {
    min-width: 500px;
}

.mobile_menu{
    display: none!important;
}

@media (max-width: 768px) {
    .content-centered {
        min-width: auto;
    }
}
