@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v111/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format('woff2');
}
body {
  align-items: center;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: white;
  background-color: rgb(255, 132, 61);
  /* -webkit-font-feature-settings: 'liga'; */
  -webkit-font-smoothing: antialiased;
}
.titles {
  text-align: center;
}
div,
iframe {
  margin: 0 auto;
}
iframe {
  display: block;
}
#pancakes {
  background-color: rgba(252, 241, 239, 1);
  border-radius: 1px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 3px 5px rgba(136, 136, 136, 0.1);
  margin-bottom: 10px;
}
#container {
  width: 50%;
}

h3 {
  color: rgba(249, 138, 3, 1);
}
