canvas {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}


.scene-nav {
	font-size: 1.15em;
    position: fixed;
    top: 20%;
    left: 0%;
    z-index: 10;
    background: none;
    border: 0;
    right: 0;
    padding: 1.5em;
    color: var(--color-nav);
}

.scene-nav:focus {
	outline: none;
}

.scene-nav--prev {
	left: 0;
}

.slide-wrapper {
	display: none;
}

.icon--arrow-nav-next {
	transform: rotate(-180deg);
}

#myAu{
	position: fixed;
	bottom : 35%;
	left: 10px;
	width: 200px;
	height: 300px;
	background-color: rgb(255, 255, 255);
	border-radius: 15px;
}

#myAu_content > a{
	color: black;
}