@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

h1{
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Roboto", sans-serif;
    color: #053666;
}

p{
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "Roboto", sans-serif;
    color: #151616; 
}

ol li{
    font-family:  "Roboto", sans-serif !important;
    font-size: 2rem;
    line-height: 2.5rem !important;
    padding-bottom: 6px !important;
    margin-inline-start: 16px;
    font-weight: 300;
    color: #151616;

}


.footer{
background-color:black;
color:white;
}

.footer p{
color:white; 
}

