@font-face {
    font-family: header;
    src: url(fontit/Limelight/Limelight-Regular.ttf);
}

@font-face {
    font-family: leipis;
    src: url(fontit/Balthazar/Balthazar-Regular.ttf);
}

body {
    background-image: url(kuvat/tausta.jpg);
    background-attachment: fixed;
    text-align: center;
    margin: 0;
    font-family: leipis, serif;
    color: #5a3300;
}

.container {
    background-color: #ffefb7;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    padding-bottom: 70px;
    box-shadow: 2px 15px 25px -10px #ff7c40d5;
}

.kuva {
    margin-top: 50px;
}

img {
    box-shadow: 2px 2px 15px #ffdf51d5;
}

img:hover {
box-shadow: 2px 2px 15px #c08507d7;
}

a:link {
    color: #d8a600;
    text-decoration: none;
}
a:visited {
    color: #946c00;
}
a:hover {
    text-decoration: none;
}

.header {
    background-color: #ffdd48;
    font-size: 50px;
    color: #ffffff;
    padding: 30px;
    font-family: header, sans-serif;
    text-shadow: 0px 0px 8px #9e6700;
    box-shadow: 2px 15px 25px -10px #ff7c4065;
}