*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(gg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    
}
footer p{ 
        /* color: red; */
        font-size: 2.1rem;
        margin: 0;
        /* width: 40px; */
        text-shadow: 4px 4px 9px black;
        position: absolute;
        bottom: 130px;
        left: 20px;
    }
    .ad{
        display: flex;
       bottom: 50px;

       right: 0;
       position: absolute;
   }
  section{
    /* width: auto; */


  }
  footer{
    max-width: 100%;
    height: auto;
  }
  .ad img{
    max-height: 30px;
    margin: auto 10px;
}
.ft address{
    font-size: 1.4rem;
    /* margin: 60px auto; */
    font-family: calibri;
    font-style: italic;
    font-weight: lighter;
    text-shadow: 4px 4px 10px black;
    color: white;
    right: 0;
}