body, html {
background-color: #BE6B5C;
tetx-align: center;
}
.wineBottle {
margin: auto;
tetx-align: center;
width: 5px;
height: 100px;
background-color: #97939F;
margin-top: 75px;
}
.bottom {
width: 63px;
height: 8px;
background-color: #97939F;
border-radius: 100%;
margin-left: -29px;
margin-top: 95px;
position: absolute;
}
.cup {
width: 0px;
height: 0px;
border: 50px solid transparent;
border-top: 50px solid #97939F;
position: absolute;
margin-left: -48px;
margin-top: -35px;
}
.wine {
width: 0px;
height: 0px;
border: 25px solid transparent;
border-top: 25px solid #D5C3A1;
position: absolute;
margin-left: -25px;
margin-top: -28px;
position: absolute;
}
.fiz {
width: 50px;
height: 4px;
background-color: #999356;
border-radius: 100%;
margin-left: -25px;
margin-top: -27px;
position: absolute;
}
.rim {
width: 100px;
height: 6px;
background-color: #89728E;
border-radius: 100%;
margin-left: -50px;
margin-top: -53px;
position: absolute;
z-index: 100;
}
.particles {
width: 135px;
height: 45px;
background-color: lightgray;
top: 0px;
right: 0px;
position: fixed;
line-height: 22px;
font-size: 20px;
padding: 10px;
border-bottom-left-radius: 10px;
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', Roboto, Arial, Sans-serif;
color: #151B1F;
text-align: center;
}
a {
color: #1abc9c;
}