h1{
    font-size: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
h2{
    font-size: 2rem;
    margin-top: 3.5rem;
    margin-bottom: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
}
p{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
}

main{
    width: max(80vw,800px);
    margin-inline: auto;
    background-color: rgb(12, 12, 12);
    padding: 2rem 3rem
}

ul{
    list-style-type: disc;
    margin-left: 1.5rem;
}
ul li{
    font-size: 1.25rem;
    line-height: 1.8;
}