@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto'; color:#2f2f2f}body{scroll-behavior: smooth; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; height: fit-content; padding: 40px;}@media (max-width:600px){body{padding: calc(100vw/100);}}.dev{background-image: url(../img/img1.jpg);}.wrapper{height: fit-content; width: 60vw; min-width: 340px; background-color: white; overflow: hidden; padding:25px; flex-direction: column; align-items: center; justify-content: center; align-content: center; border: 1px #2f2f2f solid; box-shadow: 6px 6px 1px #2f2f2f;}.table-of-contents{border: 1px #2f2f2f solid; padding: 10px; border-radius: 2px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin: 15px;}ul{font-size: 18px;}.toc1{margin-left: 12px;}.toc2{margin-left: 15px;}img{width: 80%; height: auto; border: 1px #2f2f2f solid; margin: 10px;}h1{font-size: 42px; font-weight: 900; text-align: center; margin: 5px; margin-bottom: 20px;}h2{font-size: 28px; font-weight: 700; text-align: center; margin: 5px;}h3{font-size: 21px; font-weight: 400; margin: 5px;}p{font-weight: 300; font-size: 18px; margin: 10px;}