footer{
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: black;
    color: white;
    box-shadow: 0px -4px 10px #464646;
}

.copyright{
    background-color: #1d1d1d;
    font-size: 10px;
    color: #0caff7;
}

.media-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.fa {
  padding: 17px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa-facebook:hover {
  opacity: 0.7;
}

.fa-instagram:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #3f729b;
  color: white;
}

.contatos{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 730px){
    .contatos{
        flex-direction: column;
    }
}