img{
    cursor:pointer;
    height: 300px;
    width: 210px;
    

}



body{
    background: url(background.jpg) fixed no-repeat 50% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
