body{
    background-image: url(../img/logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
display: block;
box-shadow: inset 8rem 8rem 15rem 2rem #000000bc;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
body img[src="../img/ligo.png"]{
    width: 220px;
    height:150px;
    margin-top: -2%;
}
input[type="text"]{
    width: 314px;
    height: 50px;
    border: none;
    background-color: rgb(71, 71, 71);
    color: white;
}
button{
    width: 314px;
    height: 50px;
    margin-top: 1rem;
    background-color: #e50914;
    border: none;
    color: white;
    margin-bottom: 1rem;
font-weight: bold;
font-size: 1rem;
}
#div1{ display: flex;justify-content: center;justify-items: center;}
#div2{background-color: rgba(0, 0, 0, 0.785);
    width:100%;
    margin-bottom: 5%;
    display: block;
    padding: 10px 50px 40px 50px;
    max-width: 310px;}
#div3 h1{color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 28px;}
    p{margin-bottom: 20%;
    margin-top: 35%;}
    
span,span a{color: #b3b3b3;;}



    /* footer*/
    .lst2 a{
        text-decoration: none;
        color:#737373;
    }
    .lst2 a:hover{
        text-decoration: underline rgb(255, 255, 255);
    }
    .lst2{
        list-style-type: none;
        padding: 20px;
    }
    .lst2 li{
        padding-bottom: 20px;
    }
    footer{
        padding: 4rem 5rem 25px 5rem;
        background-color: black;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer a{color: white;
    text-decoration: none;}

    @media only screen and (max-width: 600px) {
    
    footer{display:block}
    }
    @media only screen and (max-width: 400px) {
    #div2{width: 80%;}
    input[type="text"],button{
        max-width: 90%;
    }
    
      
        }