* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #888888c5;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #ffffff;
    color: #0f0f0f;
    padding: 2.5rem;
}

a,
.test-notifications {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}

a:hover,
.test-notifications:hover {
    text-decoration: underline;
}

.test-notifications {
    background: none;
    font-size: 18.5px;
    font-weight: bold;
    border: none;
}

header {
    text-align: center;
}

header .logo {
    width: 96%;
    max-width: 480px;
    margin-bottom: 1rem;
}

nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: left;
}

nav ul li {
    margin: 0.5rem 0;
}

header,
main,
footer {
    max-width: 876px;
    margin: 2rem auto;
}

section * {
    font-size: 18.5px;
    line-height: 2;
    margin-bottom: 1rem;
}

@media screen and (max-width: 576px) {

    .test-notifications,
    section * {
        font-size: 16.5px;
    }

    body {
        padding: 1.5rem;
    }
}

section h1 {
    font-size: 28px;
}

section h2 {
    font-size: 24px;
}

section ul,
section ol {
    margin-bottom: 16px;
    padding-left: 28px;
}

section li {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

section ul li::marker {
    content: "\2713";
}

#notificacoes a:not(.not_help) {
    font-size: 14px;
}

.marketeq--notification-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke='%23344054' d='M31.25 37.5h-12.5a6.25 6.25 0 0 0 12.5 0'/%3E%3Cpath stroke='%23306cfe' d='M37.5 18.75v8.333l2.875 2.875A4.417 4.417 0 0 1 37.25 37.5h-24.5a4.416 4.416 0 0 1-3.125-7.542l2.875-2.875V18.75A12.5 12.5 0 0 1 25 6.25a12.5 12.5 0 0 1 6 1.52'/%3E%3Cpath stroke='%23344054' d='M29.167 12.5a6.25 6.25 0 1 0 12.5 0a6.25 6.25 0 0 0-12.5 0'/%3E%3C/g%3E%3C/svg%3E");
}

footer {
    text-align: center;
    line-height: 2;
}