@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900");

:root {
  /*========== Font color ==========*/
  --color: #282463;

  /*========== Font and typography ==========*/
  --normal-font-size: 2rem;
  --h1-font-size: 1.5rem;
  --biggest-font-size: 3.5rem;
}

body {
  margin: 0;
  background: rgba(12, 129, 123, 0.486);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============== IFRAME ===============*/
.iframe {
  top: 5rem;
  width: 89%;
  height: 100%;
}
