@font-face {
    font-family: otsikot;
    src: url(LilyScriptOne-Regular.ttf);
}

body {
    background-color: rgb(28, 70, 41);
    color: rgb(9, 46, 32);
    text-align: center;
    font-family: arial, sans-serif;
}

h1 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 0.05em 0.05em 0px rgb(75, 190, 119);
}

h2 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 10%;
    margin-bottom: 30px;
     text-shadow: 0.05em 0.05em 0px rgb(75, 190, 119);
}

.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(50, 107, 64);
    padding: 60px;
}

iframe {
    max-width: 100%;
    border: 10px double rgb(104, 206, 163)
}