@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#ebeff7;height:100vh}h1{font-size:1.7rem}h2,h3,h4{font-size:1.3rem}a{text-decoration:none;cursor:pointer}ul{list-style:none}