#stressipyora-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

/* Canvas-alue skaalautuvaksi */
canvas {
    background-color: white; /* Tausta valkoinen */
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
    max-width: 660px;
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Arvosana-inputit saman levyisiksi */
#arvosanat {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 660px;
}

label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
}

input[type="number"] {
    width: 60px;
    text-align: center;
}
