/*
html,
body {
  background: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}
*/

.heading {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

iframe {
  border: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.material-icons {
  font-size: 1.5rem;
}
