@font-face {
    font-family: Otsikko;
    src: url(Sevillana-Regular.ttf);
}



body {
    text-align: center;
    background-color: rgb(245, 206, 242);
}

h1 {font-family: Otsikko,sans-serif;
    color:#84c2f8;
font-size: 70px;
line-height: 1;
text-shadow: 6px 6px 10px#fb7eff;
}

h1 small {
    font-size: 50%;
}

h2 {
    font-size: 40px;
    color: #84c2f8;
}

iframe {
    border: 30px outset #f398ff ;
    background-color: rgb(233, 184, 255);
}