@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300&family=Roboto:wght@300&display=swap");*{padding:0;margin:0;box-sizing:border-box;color:rgba(248,187,64,.92);font-family:Roboto,bold}body{margin:0 25%;font-family:Roboto,sans-serif;color:#000}nav{display:flex;align-items:center;justify-content:center;padding:5rem;font-family:Roboto}h1{font-size:1.5rem;text-transform:"capitalize";color:#000;text-space:1rem}h2{text-transform:capitalize}h2,h3{font-size:1.2rem;color:#000;text-space:1rem}h3{font-weight:500;padding:1rem 0;font-weight:light}h6{font-size:1rem}h6,li,p{color:#000}li,p{line-height:2rem;font-family:Roboto,light;padding:1rem 0;font-size:1.2rem;text-align:justify}ol,ul{padding-left:1.5rem}a{font-size:1.5rem;text-decoration:none;font-weight:700}@media screen and (max-width:768px){body{margin:0}nav{padding:3rem 0}}