@import"https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap";*{padding:0;margin:0;border:0;box-sizing:border-box;text-decoration:none;outline:none;font-family:"Karla",sans-serif}.container{width:78%}h1{font-size:1.4rem;font-weight:700;color:#1d1d1b}h1.title{font-size:5.35rem;font-weight:300}h2{font-size:1.2rem;font-weight:500;color:#1d1d1b}p{font-size:1rem;line-height:1.65;color:#474747}@media screen and (min-width: 100rem){.container{width:58%}}@media screen and (max-width: 64rem){.container{width:85%}}header{width:100%;height:70vh;display:grid;place-items:center;background:linear-gradient(90deg, #008dff, #00f280);overflow:hidden}header .container{display:grid;place-items:center;text-align:center}header .container h1{width:65%;color:#fff}@media screen and (max-width: 70rem){header{height:40vh}header .container h1{font-size:2.8rem;text-align:center}}#content{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;padding:7rem 0}#content .container{display:grid;place-items:center;gap:4rem 0}#content .container .topic{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:grid;place-items:center start;gap:1.5rem 0}#content .container .topic ul{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem 0}/*# sourceMappingURL=style.min.css.map */