body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ff087f38 !important;
    color: #333;
}

/* Header */
header {
    background-color: #fbe8f1;
    ;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Rodapé */
footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 80px;
}

footer a {
    color: #ccc;
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    color: #ffffff;
}

@media (max-width: 600px) {
    .nav-buttons {
        display: none;
    }

    .container {
        margin: 30px 20px;
    }
}

.texto-titulo {
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff0067;
}

.teste {
    max-width: 80%;
    margin: 50px auto;
}

.logo img {
    max-height: 90px !important;
}