body {
    background: #1e1e2f;
    font-family: 'Poppins', sans-serif;
}

.title {
    color: #a32525; /* color tipo Bulma primary */
    text-align: center;
}

.subtitle {
    color: #b5b5b5;
    text-align: center;
}

.button.is-primary {
    background-color: #ff3860;
    border: none;
}

.button.is-primary:hover {
    background-color: #ff1f4b;
}

.card {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(105, 102, 102, 0.3);
}
