.navbar {
    display: flex;
}
.span1 {
    margin-left: 500px;
   display: flex;
 
}
.span2 {
    margin-left: 550px;
    
}
.span1 img {
    height: 30px;
}
.span3 {
    margin-top: 5px;
}
body {
    background-image: url("https://static.independent.co.uk/2021/04/17/14/for_press_release.jpg");
    background-size: cover;
    color: white;
    background-repeat: no-repeat;
   
   
   
}
.div1 {
    margin-left: 200px;
}
.h11 {
    color: grey;
    
}
.h22 {
    font-size: 50px;
}

button {
    background-color: transparent;
    color: White;
    border-color: white white white white;
    height: 45px;
    width: 120px;
}
 @media (width:600px) {
    div {
        
    }
}
@media (min-width:600px) {
    div {
        
    }
} 











