body{
background-color: black;
}
.title{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.title img{
width: 333px;
transition: transform 0.2s ease;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.top {
text-align: center;
}
@media screen and (max-width: 600px) {
    .title img{
        width: 55%;
    }   
}