body{
    background-image: url("../img/img-web.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.logo{
    margin-left: 40%;
    width: 20%;
}

h1{
    color: white ;
}

h2{
    color: white;
    margin-top: 30px;
    font-size: 22px;
}