body{
    max-width: 1200px;
    font-family: sans-serif;
    margin: auto;
}

.laatikko{
    background-color: rgb(255, 138, 193);
    color: #fff;
padding: 10px;
}

.keskitetty{
    text-align: center;
}

.oikealla{
    text-align: right;
}

.pikseli{
   width: 300px;
}

.em{
    width: 30em;
}

.prosentti{
    width: 50%;
}
.sisempi{
    background-color: rgb(185, 101, 171);
   
}

h1{
    text-align: center;
    
}

.lopussa{
    margin-bottom: 1em;
    height: 6em;
    position: relative;
}

.oik-ala{
    position: absolute;
    right: 0;
    bottom: 0;
}

.vas-ala{
    position: absolute;
    left: 0;
    bottom: 0;
}

.oik-yla{
    position: absolute;
    right: 0;
    top: 0;
}