@font-face {
    font-family: otsikkofontti;
    src: url(Emblema_One/EmblemaOne-Regular.ttf);
}

h1, h2{
    font-family: otsikkofontti, sans-serif;
    color: #5EBF6C;
    text-shadow: 0px 0px 50px rgb(0, 0, 0);
    margin: 1em;
    font-weight: normal;
}


body{
    text-align: center;
    background-color: #2C2C2E;
}
iframe {
    border: 15px inset #5EBF6C;
    background-color: black;
    border-radius: 30px;
}
h1{
    font-size: 70px;
}

h1 small{
    font-size: 40px;
}

h2 {
    font-size: 50px;
}



