@font-face {
    font-family: otsikko;
    src: url(Saira_Stencil_One/SairaStencilOne-Regular.ttf);
}
body {
    font-family: Arial, sans-serif;
    background-color: #dedede;
}
.kaikki {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}
h1 {
    text-align: center;
    padding: 20px 15px 0px 15px;
    font-family: otsikko;
    font-weight: normal;
    font-size: 60px;
    color: #3a5d9e;
    text-shadow: 4px 4px 0px #223c63;
}
h2 {
    text-align: center;
    padding: 10px 15px 5px 15px;
}
p {
    padding: 12px;
}
.box{
    padding: 6px 15px;
    background-color: rgb(54, 103, 196);
    color: #ffff;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.width300px {
    max-width: 300px;
}
.width30em {
    max-width: 30em;
}
.width50 {
    max-width: 50%;
}
.boxception {
    background-color: rgb(255, 142, 67);
    color: rgb(35, 61, 87);
}
.oik-ala {
    position: absolute;
    right: 0;
    bottom: 0;
}
.vas-ala {
    position:absolute;
    left: 0;
    bottom: 0;
}
.oik-yla {
    position: absolute;
    right: 0;
    top: 0;
}
.ulompi {
    height: 8em;
    position: relative;
    margin-bottom: 1em;
}