body {
    font-family: 'Courier New', Courier, monospace;
background-color: black;
}

.container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    padding-top: 10px;
    background-color: rgb(221, 210, 250);
    border-radius: 20px;
}

h1 {
    text-align: center;
    text-shadow: 1px 1px 0px;
    color: rgb(96, 3, 158);
    font-size: 70px;
}

.esimerkki {
    background-color: rgb(138, 60, 202);
    color: rgb(255, 255, 255);
    padding: 10px;
}

.keskitetty {
    text-align: center;
}

.oikea-tasaus {
    text-align: right;
}

.kolmesataa {
    width: 300px;
}

.kolmekyba {
    width: 30em;
}

.viiskyta {
    width: 50%;
}

.sisempi {
    color: rgb(0, 0, 0);
    background-color: pink;
}

.lopussa {
    position: relative;
    height: 7em;
    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;
}