@font-face {
    font-family: muut;
    src: url(Helvetica/Helvetica.ttf);
}
@font-face {
    font-family: otsikot;
    src: url(Cookie/Cookie-Regular.ttf);
}
body {
    background-color: rgb(0, 0, 0);
    color: rgb(189, 8, 53);
    text-align: center;
}
h1 {
    font-family: otsikot, serif;
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    padding: auto;
    text-shadow: 3px 3px 0px #610018;
}
h2 {
    font-family: otsikot, serif;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 0.3em #b30631;
}
.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(128, 0, 32, 0.3);
}
iframe {
    max-width: 100%;
    border: 10px;
    border-style: groove;
    border-color: rgb(189, 8, 53);
}