body{
    background-color: black;
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
}

a {
    color: antiquewhite;
}

.settings-holder{
    display: flex;
    gap: 40px;
}

label.settings.error-correction {
    padding-left: 10px;
}

#code-canvas {
    height: 600px;
    aspect-ratio: 1;
}

footer {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 30px;
}