@font-face {
    font-family: Otsikkofontti;
    src: url(Barriecito-Regular.ttf);
}

body {
    text-align: center;
    background-color: #f791ee;
}

h1, h2 {
    color: #a5166a;
    font-size: 90px;
    font-family: Otsikkofontti, sans-serif;
}

h1 {
    font-size: 90px;

}

h1 small {
    font-size: 50%;}

h2 {
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 2em;
}

iframe {
    border: 10px ridge #b62c7d
}