@import url("variables.css");

#container{
    width: 90%;
    margin: auto;
}
h1, h2, h3, p, li{
    color: white;
}

h1{
    font-size: 32px !important;
    font-weight: 600 !important;
    
}

h2{
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
}

h3{
    font-size: 24px !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
}

ul{
    list-style-type: disc !important;
    margin-left: 20px !important;
}