@font-face {
    font-family: otsikkofontti;
    src: url(tw-cen-mt/tw-cen-mt.ttf);
}
@font-face {
    font-family: leipis;
    src: url(Helvetica/Helvetica.ttf);
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #7acaeb;
    margin: 0;
}
h1 {
    text-align: center;
    font-weight: bold;
    font-family: otsikkofontti;
}
h2, h3 {
    font-family: otsikkofontti;
}
.center {
    text-align: center;
}
header {
    background-color: #cee8e9;
    background-image: url(header2.jpg);
    min-width: 200px;
    min-height: 150px;
    color: #fff;
    font-family: otsikkofontti;
    padding-top: 5px;
    padding-bottom: 5px;
}
.container, .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper {
    text-align: center;
}
.header {
    text-align: center;
    font-size: 80px;
    margin-top: 20px;
    text-shadow: none;
}
.container {
    background-color: #fff;
    padding: 20px;
}
.footer {
     padding: 30px;
     background-color: #42a2db;
     font-weight: bold;
     color: #fff;
     text-align: center;
}
.nav {
    position: sticky;
    top: 0;
    background-color:  #42a2db;
    color: #fff;
    max-height: 100px;
    padding: 10px;
}
.nav a {
    text-decoration: none;
    color: #fff;
}
.nav a:hover {
    text-decoration: underline;
    color: #fff;
}
.tiedot {
    border-collapse: collapse;
}
.tiedot tr, .tiedot td {
    padding: 4px 8px;
}
th {
    text-align: left;
}
.normal tr, .normal td {
    padding: 4px 8px;
    border: 2px solid #000000;
}
iframe {
     max-width: 900px;
     max-height: 500px;
     align: right;
     display: block;
     margin-left: auto;
     margin-right: auto;
}

/* }
body {
    min-height: 100vh;
    margin: 0;
    display: grid;

    grid-template-columns: 20rem 1fr;
    gap: 4rem;
}
nav {
    position: sticky;
    top: 0;
    max-height: 100svh;
    background-color: #7acaeb;
}
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;

    display: grid;
    gap: 2rem;
    padding-block: 2rem;
}
.nav-list li {
    padding: 1rem 2rem;
    margin-left: 1rem;
    border-radius: 100vw 0 0 100vw;
}
.nav-list li.active {
    background: #42a2db;
    position: relative;
}
.nav-list li.active::before,
.nav-list li.active::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    right: 0;
    background: whitesmoke;
    border-radius: 100vw;
}
.nav-list li.active::before {
    top: 0;
}
.nav-list li.active::after {
    bottom: 0;
}
.nav-list a {
    color: white;
    text-decoration: none;
} */
