body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: auto;
    padding: 0.5em;
}

h1 {
        text-align: center;
        text-shadow: 1px 1px 0px #000000;
        color: #c394d3;
}



.esimerkki {
    background-color: rgb(96, 60, 131);
    color: white;
    padding: 0.5em;
}

.keskitetty {
    text-align: center;
}

.oikealla {
    text-align: right;
}

.leveys-300px {
    width: 300px;
}

.leveys-30em {
    width: 30em;
}

.leveys-50prosenttia {
    width: 50%;
}

.sisempi {
    background-color: rgb(255, 217, 0);
    
    color: #8a28aa;
}

.lopussa {
position: relative;
height: 5em;
margin-bottom: 1em;
}

.oik-ala {
    position: absolute;
    right: 0;
bottom: 0;
}

.vas-ala {
    position: absolute;
    left: 0;
    bottom: 0;
}

.oik-yla {
    position: absolute;
    right: 0;
    top: 0;
}