@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);*{margin:0;padding:0}*,html{box-sizing:border-box}html{font-size:62.5%}@media only screen and (max-width:1000px){html{font-size:50%}}@media only screen and (max-width:800px){html{font-size:40%}}body{color:#000;font-family:Roboto,sans-serif;font-weight:400}.container{width:100%;margin:0 auto}.yellow{color:#f0b811}.red{color:#d63c3c}.bold{font-weight:700}