@font-face {
    font-family: otsikot;
    src: url(Peralta/Peralta-Regular.ttf);
}

body {
    background-color: rgb(255, 240, 249);
    color: rgb(179, 19, 80);
    text-align: center;
    font-family: arial, sans-serif;
}
h1 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 90px;
    margin-top: 3px;
    text-shadow: 5px 5px 0px rgb(255, 240, 249);
}
h2 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 80px;
    text-shadow: 3px 3px 0px rgb(255, 240, 249);
}
.kaikki {
max-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: white;
padding: 60px;
}
iframe {
    max-width: 100%;
    border: 10px double;
    color: rgb(255, 208, 232);
}