h1 {
    font-size: 2.5rem;
    font-weight: 400;
}
a {
    color: #00a9e2;
}
main section {
    font-size: 1.1rem;
    /* text-align: justify; */
}
@media only screen and (max-width: 768px) {
    main section {
        font-size: 1rem;
    }
}
