@font-face {
    font-family: zain;
    src: url(Zain/Zain-Italic.ttf);
}

body {
    background-color: #ffe0fd;
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-family: zain; cursive;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    text-shadow: 2px 2px #8f1b8d;
}
.esimerkki {
    background-color: #8f1b8d;
    color: #fff;
    padding: 7px;
}
.keskitetty {
    text-align: center;
}
.oikealla {
    text-align: right;
}
.leveys300px {
    width: 300px;
}
.leveys30em {
    width: 30em;
}
.leveys50 {
    width: 50%;
}
.sisempi {
    background-color: #ee9eed;
    color: black;
    padding: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
.oik-alhaalla {
    position: absolute;
    right: 0;
    bottom: 0;
}
.vas-alhaalla {
    position: absolute;
    left: 0;
    bottom: 0;
}
.oik-ylös {
    position: absolute;
    right: 0;
    top: 0;
}
.lopussa {
    height: 5em;
    position: relative;
    margin-bottom: 1em;
}
