section.wrapper{
    text-align: center;
}

canvas {
    display: inline;
    outline: 1px solid black;
    max-height: 70vh;
    max-width: 100vw;
}

#main-header {
    text-align: center;
}

div.container {
    text-align: center;
    margin-top:20%;
    padding-top: 0;
}

body {
    background-color: rgb(117, 121, 101);
}

.eContainer {
    text-align: center;
    background-color: rgb(161, 170, 125);
}