body {
    width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}


@media (max-width: 1024px) {
    body {
        max-width: 90%;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }
}
