@font-face {
    font-family: "Lavishly-regular";
    src: url(Lavishly_Yours\,Quicksand/);
}

body {
    background-color: rgb(230, 206, 171);
text-align: center;
font-family: Lavishly-regular;
}

.container {
background-color: rgb(189, 162, 126);
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}

.etusivu img:hover{
    box-shadow: 5px 5px 15px #333
}

.header {

    background-image: url(taustakuva.jpg);
    height: 200px;
    background-size: cover;
}

.nav {
    background-color: #fff;
    padding: 6px;
}



img {
    border: 20px solid #fff;
    margin: 8px;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 30px;
    margin-top: 20px;
}

figure {
display: inline-block;
position: relative;
margin: 0;

}

figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 200px;
position: absolute;
left: 28px;
bottom: 28px;
padding: 6px;
box-sizing: border-box;
visibility: hidden;
pointer-events: none;
}

figure:hover figcaption {
    visibility: visible;

}