@font-face {
    font-family: Otsikko;
    src: url(AveriaSerifLibre-Regular.ttf);
}

body {
    font-family: Arial, sans-serif;
    background-image: url(pink-lorax.png)
}
.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff96;
    padding: 40px;
}
h1 {
    text-align: center;
    font-family: Otsikko, serif;
    font-weight: normal;
    text-shadow: 4px 4px 0px #e7cad0;
    font-size: 50px;
    letter-spacing: 9px;

}
.esimerkki {
background-color: rgb(255, 172, 192);
color: #fff;
padding: 0.5em;
}
.keskitetty {
    text-align: center;
}
.oikealla {
    text-align: right;
}
.leveys300px {
    width: 300px;
}
.leveys30em {
    width: 30em;
}
.leveys50pros {
    width: 50%;
}
.sisempi {
    background-color: rgb(170, 238, 255);
    color: rgb(70, 95, 180);
}
.oik-alhaalla {
    position: absolute;
    right: 0;
    bottom: 0;
}
.vas-alhaalla {
    position: absolute;
    left: 0;
    bottom: 0;
}
.oik-ylhaalla {
    position: absolute;
    right: 0;
    top: 0;
}
.ulompi {
    height: 5em;
    position: relative;
    margin-bottom: 1em;
}