html {
    height: 100%; 
    text-align: center;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    margin: 0;
    padding-top: 50px;
}

canvas {
    max-width: 100%;
}

img {
    max-width: 100%;
}

button {
    width: 100px;
    height: 100px;
    padding: 10px;
}

#image-container {
    width: 400px;
    height: 400px;
    margin-bottom: 60px;
}

#image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #444;
}
