* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    list-style-type: none;
    text-decoration: none;
}

h1, p, a, label {
    color: white;
}

body {
    background-color: black;
    overflow-x: hidden;
}