body {
    font-family: Arial, Helvetica, sans-serif;
}
.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
.esimerkki {
    background-color: rgb(175, 12, 66);
    color: #fff;
    padding: 0.5em;
}
.keskitetty {
    text-align: center;
}
.oikealla {
    text-align: right;
}
.leveys300px {
    max-width: 300px;
}
.leveys30em {
    max-width: 30em;
}
.leveys50pros {
    max-width: 50%;
}
.sisempi {
    background-color: rgb(245, 60, 115);
    color: rgb(250, 231, 242);
}
.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;
}