@font-face {
    font-family: leipis;
    src: url(Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf);
}
body {
    background-color: rgb(150, 225, 255);
    font-family: leipis;
}
img {
    max-width: 100%;
}
.oikealla {
    float: right;
}
.container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    padding: 15px;
}
figcaption {
    color: rgb(172, 172, 172);
}