@font-face {
    font-family: otsikkofontit;
    src: url(fontit/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
}
@font-face {
    font-family: header;
    src: url(fontit/Fleur_De_Leah/FleurDeLeah-Regular.ttf);
}
body {
    background-color: #b5d8ff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
h1, h2 {
    font-family: otsikkofontit;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 5px #757f92;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #75ade0;
}
img {
    border: 20px solid #fff;
    margin: 10px;
}
.etusivu img:hover {
    box-shadow: 2px 2px 10px rgb(94, 138, 167);
}
.etusivu img {
     box-shadow: 2px 2px 15px rgba(129, 162, 211, 0.3);
}
.header  {
    background-color: rgb(135, 197, 222);
    background-image: url(header.jpg);
    
    font-family: header, cursive;
    font-size: 100px;
    line-height: 0.7;
    color: #fafcff;
    text-shadow: 0px 0px 5px #69799b,
                 0px 0px 9px #69799b;

    padding: 50px 30px;
    box-shadow: 0px -10px 10px inset hsla(226, 98%, 65%, 0.466);
}
a:link {color: #042db6;}
a:visited {color: #c0d4ff;}
a:hover {color: #cbe3ff;}
a:active {color: #b5d8ff;}

.nav {
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 5px 20px -5px rgba(9, 39, 92, 0.3);
}
.nav a {
    color:#69799b;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.footer {
    background-color: #6696c4;
    color: #fff;
    padding: 30px;
    text-align: center;
    text-shadow: 0px 0px 5px #757f92;
    font-weight: bold;
    font-size: 20px;
    clear: both;
}
.sivu .main {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 5px #757f92;
    padding-left: 30px;
    padding-right: 30px;
}
.etusivu, .header, .nav, footer {
    text-align: center;
}
.sivu .main p {
        max-width: 1000px;
}
.main {
    min-height: 330px;
}
.oikealla {
    float: right;
    margin-bottom: 25px;
}