body {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    width: 100vw;
    height: 100vh;
}

.image-container {
  overflow: hidden;
}

.sound {
	z-index: 100;
	position: absolute;
	background-color: black;
	width: 100px;
	height: 100px;
	color: white;
	top: 80%;
	left: 90%;
	border-radius: 50%;
}