.footer{
  background-color: #D43282;
  width: 100%;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_text{
  color: white;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1em;
}

@media screen and (max-width: 699.98px){
  .footer{
    height: 10rem;
  }
}