@font-face {
    font-family: h1;
    src: url(Lobster-Regular.ttf);
}

h1, h2 {
    text-shadow: 3px 3px 0px rgb(13, 35, 133);
    font-family: h1,serif;
    font-weight: normal;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}

body {
    background-color: rgb(255, 127, 127);
    color: rgb(72, 164, 245);
    text-align: center;
}

.kaikki {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(206, 227, 245);
    padding: 60px;
}

iframe {
    max-width: 100%;
    border: 10px groove #ffa8f0;
}