body { font: 14px "Century Gothic", Futura, sans-serif; margin: 20px; } ol, ul { padding-left: 20px; } .grid-container{ display: flex; flex-flow: wrap-reverse; width: 153px; font-size: 18.4px; color: #C2E0FF; padding-bottom: 1px; margin-left: 10px; position: absolute; z-index: 3; } .status { margin-bottom: 10px; } .btn-circle { width: 34px; height: 34px; border-radius: 17px; border-width: 1px; text-align: center; font-size: 12px; margin: 0px; } .game { display: flex; flex-flow: row wrap; flex-direction: row; } .game-info { margin-top: 60px; padding-bottom: 60px; } .board__box { display: flex; align-items: flex-end; justify-content: center; border-radius: 35px; width: 160px; height: 250px; border: 5px solid #000; background-color: #C2E0FF; opacity: .8; position: absolute; } .neck{ width:120px; height:15px; border-right:5px solid #000; border-left:5px solid #000; background:#C2E0FF; position: absolute; bottom: 239px; right: 15px; z-index: -1; } .shine { height:64px; width:50px; border-radius: 0 0 30px 30px; -moz-border-radius: 0 0 30px 30px; -webkit-border-radius: 0 0 30px 30px; position: absolute; left: 84px; bottom: 140px; border-right:7px solid #FFFCF9; z-index: 4; } .shine2 { height:20px; width:50px; border-radius: 30px 30px 0 0; -moz-border-radius: 30px 30px 0 0; -webkit-border-radius: 30px 30px 0 0; background:#C2E0FF; position: absolute; left: 84px; top: 16px; border-right:7px solid #FFFCF9; } .lid{ height:20px; width:140px; border-radius: 90px / 33px; -moz-border-radius:90px / 33px; -webkit-border-radius: 90px / 33px; border:5px solid #000; background:#617080; position: absolute; right: 4px; bottom: 245px; } .lid2{ height:20px; width:140px; border-radius: 90px / 33px; -moz-border-radius:90px / 33px; -webkit-border-radius: 90px / 33px; border:5px solid #000; background:#617080; position: absolute; right: 4px; bottom: 255px; } .lid3{ height:20px; width:140px; border-radius: 90px / 33px; -moz-border-radius:90px / 33px; -webkit-border-radius: 90px / 33px; border:5px solid #000; background:#617080; position: absolute; right: 4px; bottom: 265px; }