body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

main {

    max-width: 700px;

}

p {
    margin: 5px 0;

}

.content {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

h5 {
    font-size: 18px;
    font-family: 'Barlow Medium', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

b {
    font-family: 'Barlow Medium', sans-serif;
}

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

    h1 {
        font-size: 28px;
    }


    li {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    h5 {
        font-size: 16px;
    }


}