
body{overflow: hidden;
position: fixed;
background-color: #1f1f1f;

}
canvas {
	touch-action: none;
    background-color: aliceblue;
  }

.container {

    width: calc(100vw - 130px);
    height: 100vh;
    position: absolute;
    left: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12px;
}

.canvas .container {

    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
	top: 0px;
}

.controls {
    position: absolute;
    top: 0px;
    left: -9px;
}

.controls ul {
    display: flex;
    flex-direction: column;
}

button {
    background-color: #2b2b2b;
    border: none;
    color: #686868;
    padding: 31px 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 8px 2px;
    cursor: pointer;
    border-radius: 10px;
    min-width: 74px;
}

.img_resp{
	width: 1100px;
	height: 740px;
}

#show_img_also{
	position: absolute;
	left: -1000px;
	top: -1000px;
	mix-blend-mode: multiply;
}