@font-face {
    font-family: otsikot;
    src: url(Limelight/Limelight-Regular.ttf)
}

body{
    background-color: rgb(16, 29, 53);
    color: #ddefff;
    text-align: center;
    font-family: arial, sans-serif;
}

h1 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 4px 4px 0px#0426be;

}

.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(74, 109, 158);
    padding: 60px;
}
iframe {
    max-width: 100%;
    border: 10px double #0426be
}

h2 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 4px 4px 0px#0426be;
}