html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
   
*, ::after, ::before {
    box-sizing: inherit;
}

body {
    background-color: #efeeee;
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
}