@font-face {
    font-family: yli;
    src: url(Overpass-VariableFont_wght.ttf);
}

@font-face {
    font-family: pallo;
    src: url(BowlbyOneSC-Regular.ttf);
}

.container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    padding-top: 10px;
}

h1{
    text-align: center;
    font-family: pallo, sans-serif;
    font-weight: normal;
    font-size: 70px;
}

body{
    font-family: yli, sans-serif;
}

.esimerkki{
    background-color: #25343F;
    color: aliceblue;
    padding: 10px;
}

.keskitetty{
    text-align: center;
}

.oikealla{
    text-align: right;
}

.kolmesataa{
    width: 300px;
}

.kolmekymmentä{
    width: 30em;
}

.viisikymmentä{
    width: 50%;
}

.toinen{
    background-color: #3c4b57;
    color: aliceblue;
    margin: 10px;
}

.oikea-ala{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 70px;
    margin: 0;
}

.vasen-ala{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 70px;
    margin: 0;
}

.oikea-yla{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 70px;
    margin: 0;
}

.loota{
    position: relative;
    width: auto;
    height: 150px;
    padding: 0;
    margin-top: 50px;
}