header {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
}

#iframe-container {
  position: relative;
  margin: 0 6rem 1rem;
  height: 60vh;
  @media (max-width: 1060px) {
    margin: 0 0 1rem;
  }
  iframe {
    width: 100%;
    height: 100%;
    resize: both;
    border: none;
  }
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
}