@font-face {
    font-family: otsikko;
    src: url(Emblema_One/EmblemaOne-Regular.ttf);
}
@font-face {
    font-family: leipis;
    src: url(Emblema_One/StickNoBills-Bold.ttf);
}
body {
    background-color: cornflowerblue;
    color: black;
    text-align: center;
    background-image: url(tausta.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-position: top;
}
.kaikki {
    max-width: 800px;
    margin: auto;
    background-color: whitesmoke;
}
.keski {
    text-align: center;
    padding: 15px 15px 7px 15px;
}
h1 {
    font-family: otsikko;
    color: whitesmoke;
    font-weight: normal;
    text-align: center;
    font-size: 65px;
    text-shadow: -4px 3px rgb(31, 50, 85);
}
h2 {
    font-weight: normal;
    padding: 0px 5px 5px 5px;
}
p {
    padding: 0px 10px 10px 10px;
}
.leipis {
    font-family: leipis;
    color: rgb(78, 109, 167);
    font-size: 25px;
}
a {
    font-size: 15px;
    font-weight: bold;
}
iframe {
    border: 30px double  rgb(31, 50, 85); 
}