@font-face {
    font-family:otsikko;
    src: url(Gravitas_One/GravitasOne-Regular.ttf);
}

body {
    Font-family: Arial, Sans-serif;
    color: #611129;
}

.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-family: otsikko;
    color: #611129;
    font-weight: normal;
    text-shadow: 3px 3px 0px #ffcfdd;
    font-size: 50px;
}

h2{
   font-family: otsikko;
    color: #611129;
    font-weight: normal;
}
.esimerkki {
background-color: #ff9ebb;
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: #ffcfdd;
    color: #611129;
}

.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;
}
