html {
	scroll-behavior: smooth;
}

#animation_container {
	width: 135px;
    min-width: 60px;
	position: absolute;
	right: 0;
}

#animation_container canvas{
	width: 100%;
}
	
.close{
	width: 10%;
    margin-right: 12%;
	position: absolute;
	z-index: 2;
	right: 0;
	cursor: pointer;
}
