@font-face {
    font-family: otsikko;
    src: url(static/SourGummy-ExtraBold.ttf);
}
@font-face {
    font-family: h2;
    src: url(static/SourGummy-Bold.ttf);
}
@font-face {
    font-family: leipä;
    src: url(static/ElmsSans-Medium.ttf);
}

body {
    background-color: #073a59;
    margin: 0;
}
.kaikki {
    color: #fff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: leipä;
    padding: 10px;
}
.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    background-color: #1d8eca;
    background-size: cover;
    padding: 70px 0px;
    font-size: 20px;
    text-align: center;
    font-family: otsikko;
    letter-spacing: 3px;
    position: sticky;
    top: 0;
}
.logo {
    max-width: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
h2 {
    font-family: h2;
}
.oikealla {
    float: right;
    width: 400px;
    height: auto;
}
.tokakuva {
    float: right;
    height: 400px;
    width: auto;
}
.tampere {
    width: 500px;
}
.footer {
    background-color: #D8B2D2;
    padding: 10px;
    font-family: leipä;
    columns: 2;
    text-align: center;
}
.footer ul {
    list-style-type: none;
}
td {
    vertical-align: 1em;
}
.aukioloajat td {
    border: 2px solid #418fb9;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #073a59;
}