html,
body {
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-list {
    color: red;
    font-size: 1.5rem;
    font-weight: bold;
}

.error-container {
    margin-top: 48px;
}

@media screen and (max-height: 1079px) {
    .container {
        margin-top: 150px;
    }
}

#canvas {
    max-width: 100%;
}

.download-button-container {
    position: absolute;
    top: 24px;
    right: 24px;
}

button {
    background-color: #19bf34;
    padding: 20px;
    width: 200px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.development-controls {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 100;
}

.dev-control-button {
    background-color: #00aeef;
    padding: 10px;
    width: 100px;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-right: 12px;
}
