@font-face {
    font-family: kauno;
    src: url(Ballet/Ballet-Regular-VariableFont_opsz.ttf);
}


body {
    background-color: rgb(255, 199, 213);
}

.container {
    background-color: rgb(255, 142, 166);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-image: url(galleria_taustakuva.jpg);
    height: 200px;
    background-size: cover;
    font-family: kauno, serif;
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(153, 69, 0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px;
    box-sizing: border-box;
}

.nav {
    text-align: center;
    background-color: #ffdbdb;
    padding: 8px;
    margin-bottom: 20px;
}


a:link {
    color: #ff3e5e;
}

a:visited {
    color: #ff3e5e;
}

a:hover {
    text-decoration: none;
}

.nav a {
    color: inherit;
    margin: 10px;
}

.etusivu .main {
    text-align: center;
    color: #fff;
}

.tietosivu .main {
    padding: 40px;
    color: #fff;
}

.tietosivu .main p {
    max-width: 900px;
    text-align: left;
    color: #fff;
}

.oikealla {
    float: right;
}


img {
    border: 15px solid #ffe5e5;
}

a img:hover {
    box-shadow: 4px 4px 20px #ffffff8e;
}

.footer {
    text-align: center;
    background-color: black;
    color: #fff;
    padding: 30px;
    margin-top: 20px;
    clear: both;
}

figure {
    display: inline-block;
    position: relative;
    margin: 0;
}

figcaption {
    background-color: #ffc5c5;
    color:rgb(255, 255, 255);
    width: 200px;
    position: absolute;
    left: 15px;
    bottom: 17px;
    padding: 6px;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
}

figure:hover figcaption {
    visibility: visible;
}