html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
width: 100%;
margin: 0%;
background-color: black;
font-family: "Darker Grotesque", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
section {
margin: 40px;
}