a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}