@font-face {
    font-family: otsikot;
    src: url(Festive-Regular.ttf);
}

body {
    background-color: #5a0935;
    color: #ffd4f3;
    text-align: center;
    font-family: Arial, sans-serif;
}

h1 {font-family: otsikot, sans-serif;
font-weight: normal;
font-size: 60px;
text-shadow: 2px 2px 0px #b43f80;
}

h2 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px #b43f80;
}

.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 #a80738;
}