* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    font-family: 'Inter', sans-serif;
}

body {
    background: linear-gradient(180deg, #FFF -1.24%, rgba(223, 223, 223, 0.80) 33.56%, rgba(156, 156, 156, 0.61) 64.15%, rgba(120, 120, 120, 0.37) 85.76%, rgba(0, 0, 0, 0.00) 100%);
    background-repeat: no-repeat;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #FFF;
}