@font-face {
    font-family: otsikkofontti;
    src: url(fontit/Oi-Regular.ttf);
}

body {
    background-color: #f7b66d;
    color: #702b2b;
    text-align: center;
    font-family: Helvetica, sans-serif;
}

h1 {
    font-family: otsikkofontti, sans-serif;
    font-weight: normal;
    font-size: 60px;
    text-shadow: 5px 5px 0px #3b1717;
}

h2 {
    font-family: otsikkofontti, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0px #3b1717;
}

.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(250, 235, 215, 0.5);
    padding: 60px;
}

iframe {
    max-width: 100%;
    border: 10px double #702b2b;
}