
.three-container-box {
    text-align:center;
}

.three-container {
display: inline-block;
width: 300px;
height: 300px;
border: 3px solid #121212;
margin: 20px auto;
border-radius: 2%;
}

canvas {
width: 100%;
height: 100%;
display: block;
}