

@font-face {
    font-family: otsikkofontti;
    src: url(MooLahLah-Regular.ttf);
}



body {

    text-align: center;
    background-color: #192080;

}

h1, h2 {
    font-family: otsikkofontti, sans-serif;
    color: #777c87;
    font-size: 90px;
    font-family: otsikkofontti, sans-serif;
    text-shadow: 1px 0px 0px #ffffff;
    font-weight: normal;
}

h1 { 
    font-size: 90px;
    
}
h2 { 
    font-size: 50px;
    
}

iframe {

    border: 10px double #327cc7;
    background-color: black;

}