main p{
    color: #1f1f1e;
    font-family: "Signika Negative";
    font-size: 1.125em;
    font-weight: 500;
}

div h2{
    color: #1f1f1e;
    font-family: "Signika Negative";
    margin-top: 0px;
}

.box-one{
    background: linear-gradient(180deg,#ffde59,#ff914d);
    padding:50px;
    margin-left: 200px;
    margin-right: 200px;
    margin-top:50px;
    margin-bottom:50px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.box-two{
    background-color:#ff914d;
    padding:50px;
    margin-left: 200px;
    margin-right: 200px;
    margin-top:50px;
    margin-bottom:50px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.box-three{
    background: linear-gradient(0deg,#ffde59,#ff914d);
    padding:50px;
    margin-left: 200px;
    margin-right: 200px;
    margin-top:50px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

footer h2{
    font-family:"Signika Negative";
    color:#fffaef;
    display: flex;
    justify-content: center;

  }

main{
    background-image: url(../images/photo/JABB-Dorota-HD-2-grand.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 10%;
    margin-bottom: 0px;
}

.services{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
}

body{
    background-image: url(../images/photo/JABB-Dorota-HD-2-grand.jpg);
}

@media screen and (max-width:480px) {

    nav{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: none;
      margin: 0px;
      height: 220px;
      font-size: 0.75em;
      line-height: 1.25;
  
    }
  
    .lien-page{
      display: flex;
      flex-direction: column;
  
    }
  
    h1{
      font-size: 3em;
      margin: 0px;
      font-weight: 600;
      text-align: center;
    }

    nav a{
        margin-left: 0px
    }
    
    nav img{
        width: 20%;
    }

    .box-one{
        padding:20px;
        margin: 20px;
    }
    
    .box-two{
        padding:20px;
        margin: 20px;
    }
    
    .box-three{
        padding:20px;
        margin: 20px;
    }

}
