


* {
    margin: 0px;
    padding: 0;
    font-family: 'Calibri';
    font-size: 1em;
    outline: none;
}

html, body {
    background-color: #1c1b22;
}

body {
    height: 100vh;
    color: #fff;
}

#color-container {
    display: flex;
    gap: 2px;
    flex-direction: row;
    flex-wrap: wrap;
}

.color-box {
    width: 80px;
    height: 80px;

    display: flex;
    justify-content: center;
    align-items: center;
}