body {
    background: #ffbe3d;
}

.marca-agua {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    width: clamp(10px, 2.5vw, 15px);
    z-index: 1000 !important;
    pointer-events: none;
    user-select: none;
}

.button {
    width: 23%;
    margin-bottom: 4%;
    margin-right: 8%;
}

@media (max-width: 575.98px) {
    .button {
        width: 24%;
        margin-bottom: 3%;
        margin-right: 9%;
    }
}

