* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: Futura, serif;
}

table {
    border-collapse: collapse;
}

td {
    width: 5px;
    height: 5px;
}

#editor {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

#editor #header {
    width: 100vw;
    padding: 10px;
    border: 1px solid black;
    display: flex;
    justify-content: space-around;
}

#editor #body {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

.siva1 {
    background-color: rgb(0, 0, 0);
}

.siva2 {
    background-color: rgb(51, 51, 51);
}

.siva3 {
    background-color: rgb(102, 102, 102);
}

.siva4 {
    background-color: rgb(153, 153, 153);
}

.siva5 {
    background-color: rgb(204, 204, 204);
}

.siva6 {
    background-color: rgb(255, 255, 255);
}

.barva1 {
    background-color: rgb(248, 207, 0);
}

.barva2 {
    background-color: rgb(248, 0, 207);
}

.barva3 {
    background-color: rgb(0, 207, 248);
}
