@font-face {
    font-family: Otsikko;
    src: url(CherryBombOne-Regular.ttf);
}

body {
    text-align: center;
    background-color: rgb(255, 180, 199);
}

h1 {font-family: Otsikko, sans-serif;
    color: rgb(255, 126, 169);
    font-size: 60px;
    text-shadow: 5px 0px 0px rgb(0, 0, 0);
    line-height: 0.5;
    font-weight: normal;
}

h1 small {
    font-size: 50%;
}
h2 {font-family: Otsikko, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-shadow: 6px 0px 0px rgb(255, 127, 180);
    margin-bottom: 0px;
    margin-top: 1em;
    font-weight: normal;
}

iframe {
    border: 30px dashed rgb(255, 140, 178);
    background-color: black;
}