.section {
  margin: -1vh -1vw 1vh;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 60px;
}
#gray{
    background-color: #1d2021 !important;
}
b{
  color: #30c1c1 !important;
}
iframe{
  width: 100%;
  height: 500px;
}
.overimage{
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #30C1C1 !important;

  right: 10%;
  bottom: 10mm;

  border-radius: 50%; /* may require vendor prefixes */
  background: #f0f0f0 !important;
  width: 30px;
  height: 30px;

}