@font-face {
    font-family: Kauno;
    src: url(Fontit/Kaushan_Script/KaushanScript-Regular.ttf);
}
body {
    background-color: #b879a0;
    text-align: center;
}

.container {
    background-color: #92648e;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.oikealla {
    float: right;
}

.etusivu .main {
    text-align: center;
}

p {
    padding-left: 70px;
    padding-right: 70px;
}

.tiedot {
    text-align: left;
}

.tiedot-otsikko {
    padding-left: 70px;
}

.mlem {
    padding-right: 100px;
}

.header {
    font-family: Kauno, serif;
    background-image: url(taustakuva.jpg);
    height: 300px;
    background-size: cover;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #75407c;
    font-style: italic;

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    padding: 20px 30px;
    box-sizing: border-box;
    line-height: 0.9;

    box-shadow: 0px -40px 70px -40px inset #63448b;
}

.nav {
    text-align: center;
    background-color: #fff;
    color:#000;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px -10px rgb(97, 59, 112);
}

.nav a {
    color: inherit;
    margin: 10px;
}

a:link {
    color: #8839d3;
}
a:visited {
    color:#7a5d96;
}
a:hover {
    text-decoration: none;
}
a:active {
    color:#8400ff;
}

.main {
    min-height: 400px;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 30px;
    margin-top: 40px;
}

img {
    border: 16px solid #fff;
    margin: 15px;

}
.etusivu img:hover {
    box-shadow: 4px 4px 20px rgb(69, 40, 92);
}

.oikea {
    float: right;
}