/* Seção de Acesso */
.access-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 150px);
    padding: 20px;
}

.access-container {
    background-color: #222;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.access-container h2 {
    color: #e50914;
    text-align: center;
    margin-bottom: 20px;
}

.access-container .btn {
    margin-top: 15px;
}