@font-face {
    font-family: "otsikko";
    src: url(otsikko.otf);
  }

body {
    text-align: center;
    background-color: #c24c2f;
  }
  iframe {
    border: 12px double #881f04;
  }
  h1 {
    font-family: "otsikko", Arial, Helvetica, sans-serif;
    font-size: 190px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
  }