@import url('https://fonts.googleapis.com/css2?family=Playwrite+RO:wght@100..400&display=swap'); 
@font-face {
    font-family: "hienompi teksti";
    src: url(Aleo/Aleo-VariableFont_wght.ttf);
}
@font-face {
    font-family: "hienompi teksti";
    src: url(Aleo/Aleo-Italic-VariableFont_wght.ttf);
    font-style: italic;
}

body {
    background-color: rgb(255, 197, 245);
    background-position: center;
    font-family: "hienompi teksti", serif;
    margin: 0;
}
.header {
    font-family: "Playwrite RO", cursive;
    background-color: rgb(255, 158, 234);
    background-image: url(header_kuva.jpg);
    background-size: cover;
    color: #fff;
    text-shadow: 0px 0px 10px #3a2936,
    0px 0px 12px #3a2936;
    text-align: center;
    font-size: 50px;
    line-height: 0.8;
    padding: 60px 0px;
    box-shadow: 0px -10px 20px inset hsl(248, 20%, 21%, 0.6);
}
.container {
    max-width: 900px;
    background-color: rgb(243, 162, 236);
    margin-left: auto;
    margin-right: auto;
}
.main {
    min-height: 400px;
}
.etusivu .main {
    text-align: center;
    padding-left: 15px;
    padding-right: 15PX;
}
.tekstisivu .main {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    max-width: auto;
}
.tekstisivu .main p {
    max-width: 700px;
}
.oikealla {
    float: right;
    margin-top: -30px;
}
img {
    border: 15px solid #ffffff;
    margin: 7px;
}
.etusivu img {
    box-shadow: 6px 6px 16px #7a5773;
}
.etusivu img:hover {
    box-shadow: 6px 6px 16px #2b1e28;
}
.nav {
    text-align: center;
    background-color: #ffffff;
    color: rgb(22, 22, 22);
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 15px 20px -10px #684360;
}
.nav a {
    margin: 15px;
    text-decoration: underline;
}
a:link {
    color: rgb(185, 7, 171);
}
a:visited {
    color: rgb(104, 50, 92);
}
a:hover {
    text-decoration: none;
}
figure {
    display: inline-block;
    position: relative;
    margin: 0;
}
 figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 200px;
    position: absolute;
    left: 22px;
    bottom: 26px;
    padding: 6px;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
 }
 figure:hover figcaption {
    visibility: visible;
 }
 .footer {
    text-align: center;
    background-color: rgb(122, 36, 104);
    color: #fff;
    padding: 30px;
    margin-top: 40px;
    clear: both;
}
