.boothbtn {
 background: #F64848;
 color: white;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 text-align: center;
 line-height: 80px;
 overflow: hidden;
}
 
.boothbtn:hover {
 opacity: 0.7;
}