.bg-custom-2 {
  background-image: linear-gradient(15deg, #000000 20%, #05cc26 100%);
}

.bg-custom-sim {
	background-color: #05cc26;
}

.navbar {
  display: flex;
  align-content: center;
  justify-content: center;
}

.navbar .navbar-menu {
  flex-grow: initial;
  flex-shrink: initial;
}

.navbar-item-color-new {
  color: #ced1ce;
}

.navbar-item-color-green {
  color: #339D35;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 19.5%; /* 8:5 Aspect Ratio */
}