body{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.img{
    width: 50%;
    height: 960px;
    float: left;
    z-index: 0;
    filter: grayscale(100%);
    
}

.img:hover{
    filter: grayscale(0%);
    filter: blur(0px);
    transition: all 1.3s;
    transform: scale(120%);
}
.title-bar{
    position: relative;
    right: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 50px;
    background-color: rgb(239, 233, 233);
    z-index: 2;

}
.title{
    text-align: center;
    color: rgb(92, 136, 238);
    font-size: 48px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 2.5px;
}