@font-face {
    font-family: "Oleo font";
    src: url(OleoScript-Regular.ttf);
}

body {
    font-family: Arial, sans-serif;
}
.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-family: "Oleo font";
    font-weight: normal; 
    font-size: 80px;
    text-shadow: 2px 2px 0px #c547c5;
}

.esimerkki {
    background-color:rgb(180, 56, 153);
    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(203, 132, 224);
    color:black;
}
.oik-alhaalla {
    position: absolute;
    right: 0;
    bottom: 0;
}
.ulompi {
    height: 5em;
    position: relative;
    margin-bottom: 1em;
}

.oik-ylhaalla {
    position: absolute;
    right: 0;
    top: 0;
}

.vas-alhaalla {
    position: absolute;
    left: 0;
    bottom: 0;
}
