* {
    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: center;
}

/* section::before {
    content: " ";
    background: url(gg.jpg)no-repeat center center/cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
} */
footer p{ 
    color: white;
    font-size: 3rem;
    margin: 0;
    /* width: 40px; */
    text-shadow: 4px 4px 9px black;
    position: absolute;
    bottom: 225px;
    left: 20px;
}
footer{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;

}
.ft{
    display: flex;
}
.ft address{
    font-size: 2rem;
    /* margin: 60px auto; */
    font-family: calibri;
    font-style: italic;
    font-weight: lighter;
    text-shadow: 4px 4px 9px black;
    color: white;
    right: 0;
}

.ad{
     display: flex;
    bottom: 90px;
    right: 0;
    position: absolute;


}
.ad img{
    height: 30px;
    margin: auto 28px;
}
