@font-face {
    font-family: Otsikkofontti;
    src: url(Fontdiner_Swanky/FontdinerSwanky-Regular.ttf);
}


body {
font-family:arial, sans-serif;

}
.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-family: otsikkofontti, serif;
    font-weight: normal; /*lihavointi pois fontin vuoksi */
    text-shadow: 4px 4px 0px rgb(176, 3, 219);
    font-size: 40px;
    letter-spacing: 9px;
}

.esimerkki {
    background-color: #3d0f69;
    color: #ffffff;
    padding: 0.5em;
}

.keskitetty {
    text-align: center;
}

.oikealla {
    text-align: right;
}

.leveys300px {
width: 300px;
}

.leveys30em {
width: 30em;
}

.leveys50pros {
width: 50%;
}
.sisempi {
    background-color: #01ffff;
    color: #000;
}
.oik-alhaalla {

    position: absolute;
    right: 0;
    bottom: 0;
}
.ulompi {
    height: 5em;
    position: relative;
    margin-bottom: 1em;
}
.vas-alhaalla {

    position: absolute;
    left: 0;
    bottom: 0;
}
.oik-ylhaalla {
     position: absolute;
     right: 0;
     top: 0;
}
