@font-face {
    font-family: otsikot;
    src: url(Frijole/Frijole-Regular.ttf);
}

body {
    background-color: rgb(195, 227, 255);
    color: rgb(65, 109, 151);
    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.07em 0.07em 0px #164357;
}
h2 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 10px;
    text-shadow: 0.07em 0.07em 0px #164357;
}
.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 60px;
}
iframe {
    max-width: 100%;
    border: 10px ridge rgb(122, 175, 219)
}