* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #000;
    height: 100vh;
    box-sizing: border-box;
}

a {
    color: #fff;
    text-decoration: none;
}

ul {
    list-style: none;
}