body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #000000;
  background-color: #FFFFFF;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex: 1;
}

.general-wrapper {
  margin: 0 auto;
  max-width: 1120px;
  background-color: #FFFFFF;
  border: 2px solid #95A591;
  border-radius: 30px;
  padding: 1.1rem;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #e60000;
}

.cisco-pod {
  background-color: #FFFFFF;
  border: 2px solid #95A591;
  border-radius: 10px;
  padding: 10px;
  margin: 0.4rem;
}

.filler-space {
  min-height: 40px;
}

/* Youtube video responsive code */

.video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* Center the container horizontally on the page */
  padding-bottom: 56.25%;  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
