#bottle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*     height: 100vh; */
/*     background-color: #f0f0f0; */
}

#bottle {
    width: 700px;
    height: 700px;
    /*transition: transform 4s ease-out; /* Плавное замедление вращения */
/* 	  background-image: url('https://veselogames.ru/wp-content/uploads/2024/08/butilochka.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; */
}

#spin-button {
    margin-top: 120px;
	  margin-top: 0px;
    padding: 10px 20px;
    font-size: 19px;
    font-family: Comfortaa;
    font-weight: 600;
    cursor: pointer;
    background: #2b6100;
    color: #fff;
    border: 2px solid #7b3d00;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
#bottle {
    width: 100%;
    height: 100%;
}
}