@font-face {
    font-family: Otsikot;
    src: url(fontit/SpecialElite-Regular.ttf);
}

@font-face {
    font-family: Leipäteksti;
    src: url(fontit/static/VendSans-Regular.ttf);
}

body {
    font-family: Leipäteksti;
    background-color: rgb(148, 189, 157);
}

.container {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c8accf;
    padding: 35px;
}

h1 {
    font-family: Otsikot;
}

h2 {
    font-family: Otsikot;
}

img {
    max-width: 100%;
}

.kartta {
    width: 320px;
    height: auto;
    box-shadow: 7px 7px 0px #8c7a91;
    border: 2px solid #548a54;
}