.logic{
    position: fixed;
    right: -11%;
    top: 25%;
    cursor: pointer;
}

.logic:hover{
    background-color:rgba(255,255,255,0.8);
}

.title1{
    font-size: 14px;
    position: absolute;
    top: 33%;
    left: 45%;
    color: #000;
}


.title2{
    position: absolute;
    top: 46%;
    left: 55%;
    font-size: 14px;
    color: #000;
}


.title3{
    font-size: 14px;
    position: absolute;
    left: 51%;
    top: 59%;
    color: #000;
}