html, body{
    margin: 0;
    padding: 0;
    color: #232323;
}

*{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a{
    color: inherit;
    text-decoration: none;
}
