a {
    color:inherit;
    text-decoration:none;
}
ul {
    list-style:none;
}
h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
h2 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
h3 {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

/* ---------- Layout Utility ---------- */
.container {
    max-width:90rem;
    margin-inline:auto;
    padding-inline:1rem;
}





@media(min-width:640px){


    /* ---------- Layout Utility ---------- */
    .container{
        padding-inline:1.5rem;
    }
}