body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

container {
  text-align: center;
  position: absolute;
  width: 75vw;
  left: 50%;
  transform: translateX(-50%);
}

names > *:first-child {
  font-size: calc(28px + 0.7vw);
}

names > * {
  font-size: calc(24px + 0  .6vw);
  text-decoration: underline;
  margin: 0;
}

p {
  font-size: calc(20px + 0.5vw); line-height: 0.86;
}

iframe {
  border: none;
  width: 65vw;
  height: 92px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  iframe {
    width: 100vw;
    position: relative;
    left: -12.5vw;
  }
}