@font-face {
    font-family: otsikko;
    src: url(Limelight/Limelight-Regular.ttf);
}
@font-face {
    font-family: leipis;
    src: url(Fjalla_One/FjallaOne-Regular.ttf);
}
body {
    background-image: url(tausta.jpg);
    background-color: #da5323;
    background-size:cover;
    background-attachment:fixed;
    background-position: center;
}
.container {
    background-color: #280f0a;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    color: white;
    box-sizing: border-box;
    font-family: leipis;
}
h1 {
    font-family: otsikko;
    font-weight: normal;
}
.kuvat {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.kuvat a{
    color: white;
    font-size: 15px;
}
.kuvat a:hover{
    text-decoration: none;
}
.oikealle {
    float: right;
}
.kuvat img:hover {
    opacity: 50%;
}
figure {
    margin: 0;
    margin-bottom: 15px;
}