main p {
    font-weight: 300;
    margin-top: 1rem;
    color:rgb(209, 227, 255)
}

main li{
    font-weight: 300;
    margin-top: 0.5rem;
}

main ol, ul{
    color:rgb(209, 227, 255);
    padding-left: 2rem;
}

main ul{
    list-style: disc;
}

main ol{
    list-style: decimal
}

main img {
    margin-top:2rem;
    margin-bottom: 2rem;
}

main h1, h2, h3, h4 { 
    margin-top: 2.5rem; 
    font-family: Poppins, ui-sans-serif, system-ui;
    font-weight:700;
    color: #5EADFF;
}

h1 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #FFFFFF;
}

h2 {
    font-size: 1.25rem;
    line-height:1.5rem;
}