body {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-header {
    background-color: #007bff;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.app-container {
    margin-top: 50px;
    text-align: center;
    flex: 1;
}

.menu-button {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    font-size: 1.2em;
    border-radius: 10px;
}

.btn-equal {
    width: 250px; /* Ajuste o valor conforme necessário */
}

.menu-button:hover {
    background-color: #0056b3;
    color: white;
}

.contact-section {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.contact-section p {
    margin: 5px 0;
}

.app-footer {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e9ecef;
}
