body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f7;
    color: #1d1d1f;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.6;
}

.logo {
    max-width: 250px;
    height: auto;
    margin-top: 40px;
}

h3 {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 600;
}

.acesso-negado {
    max-width: 250px;
    height: auto;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

p {
    font-size: 16px;
    color: #6e6e73;
}

@media (max-width: 600px) {
    .logo {
        max-width: 150px;
    }

    h3 {
        font-size: 22px;
    }

    .acesso-negado {
        max-width: 200px;
    }

    p {
        font-size: 14px;
    }
}
