@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
#footer, #header, h1, h2, h3 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {  text-transform: uppercase; }


#footer { background: #3a414e; padding: 1rem 0; position: relative; }
#footer img { height: 4rem; margin: 0 1rem; object-fit: contain; }
#footer a { color: white; position: absolute; left: 1rem; line-height: 4rem; }