@font-face {
    font-family: otsikko;
    src: url(Lato-Bold.ttf);
}

@font-face {
    font-family: leipis;
    src: url(Lato-Regular.ttf);
}

@font-face {
    font-family: kursivoitu;
    src: url(Lato-Italic.ttf);
}

body{
    background-color: #252f5f;
    font-family: leipis;
}

.container {
    background: #ffffff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

h1 {
    font-family: otsikko;
}

.kuvateksti {

    color: #818181;
}

img {

}

.oikealla {
    float: right;
    color: #818181;
    box-shadow: 0px 0px 0px #333;
}