html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
.container{width:100%;height:100%;display: flex;align-items: center; justify-content: center;}
.main_container{
    width: 1024px;
    height: 768px;
	position:relative;
	overflow:hidden;
    border-radius: 10px;
}
.bgimage{
    object-fit: contain;
}
.sound-button{
    position: absolute;
    left: 350px;
    top: 230px;
    background-color: transparent;
    border: none;
	cursor:pointer;
}
.sound-button img{
    width: 25px;
}
.gifanimation{
    position: absolute;
    bottom: -60px;
    left: 100px;
    width: 350px;
}
.gifanimation img{width:100%; object-fit: contain;}
.copyright{
    position: absolute;
    bottom: 30px;
    left: 60px;
    color: #ffffff;
    font-size: 14px;
}
#splay{display: none;}
#spause{display: block;}

