body { /*background: linear-gradient( 45deg, blue, red );*/ } h1 { font-size: calc(3vW + 3vH); text-align: center; } h2 { font-size: calc(1.5vW + 1.5vH); } #container { display: flex; } iframe { border: 0px; width: 30vW; height: 60vH; } a, a:visited {color: black;}