
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
}

#mcanvas {
    width: 100%;
    height: 50%;
}

#uploadImages {
    width: 45%;
    height: 10%;
    font-size: 40px;
}

#uploadImages::file-selector-button {
    width: 25%;
    height: 100%;
    font-size: 20px;
}

#clearImages {
    width: 45%;
    height: 10%;
    font-size: 40px;
}

#saveName {
    width: 45%;
    height: 10%;
    font-size: 40px;
}

#downloadButton {
    width: 45%;
    height: 10%;
    font-size: 40px;
}