#front{
    position: absolute;
    top: 0px;
    left: 18%;
    transform: translateX(-50%);
    height: 80px;
    width: 230px;
    
    border: rgb(255, 255, 255) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 70;
    
}