* {
    box-sizing: border-box;
    color: rgba(208, 190, 162, 1);
}

ul {
    list-style: none;
}

html, body {
    background: rgba(21, 20, 25, 1);
    overflow-x: hidden;
    width: 100%;
}