@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: nunito, sans-serif;
}

p {
    font-size: 15px;
    margin-top: 15px;
    color: #616161;
}

h1 {
    font-size: 22px;
    color: #212121;
    margin-top: 56px;
    font-weight: 800;
}

section {
    text-align: -webkit-center;
    margin: auto;
}

.container-fluid {
    margin-top: 10%;
}

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

    h1 {
        font-weight: 800;
        font-size: 29px;
        line-height: 1.5em;
        color: #212121;
    }

    .container-fluid {
        margin-top: 30%;
    }
}