* {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    font-weight: 250;
    font-size: 18px;
 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fafafa;
    color: #333;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 50px;
}
h3{
    font-size: 21px;
}
h4{
    font-size: 19px;
}
h5{
    font-size: 18px;
}
br {
        display: block;
        content: "";
        margin-top: 12px;
 }