body {
    font-family: sans-serif;
    text-align: center;
}

form {
    .inputs {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    button {
        width: 10rem;
    }

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.control-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

canvas {
    border: 1px solid black;
    margin-top: 50px;
}

#wasm {
    height: auto;
    width: 1em;
}
