* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.274);
    border-radius: 20px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFF;
}