@charset "utf-8";




img{
  max-width: 100%;
margin-bottom: -1rem;

}


.div{
    margin: 0;
    padding: 0;

}

.footer{
    background-color: rgb(249, 166, 176);
    color: rgb(250, 241, 241);
    margin-top: 0.7rem;
}

.footer-line{
    border-color: bisque;
}

.footer-copy{
    display: block;
    text-align: center;
    padding: 10px;
}


@media (min-width:800px) {
    

div{
    text-align: center;
    justify-content: center;
}
}