@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
    font-family: Merriweather;
    background-image: url(tausta.jpg);
    background-attachment: fixed;
}

h1 {}

h2 {}

h3 {}

h4 {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 0;
}

table {}

td:first-child {
    text-align: right;
    padding-right: 8px;
    white-space: nowrap;
}

main {
    padding: 40px;
}

.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(229, 236, 255, 0.945);
}

.header {
    text-align: center;
    padding: 40px;
}

.nav {
    background-color: rgba(181, 200, 253, 0.507);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.alkuun {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 5px;
}

.footer {
    text-align: center;
    padding: 30px;
    background-color: rgba(181, 200, 253, 0.507);
}

.nav ul {
    list-style: none;
    columns: 2;
    margin-left: 0;
    padding-left: 0;
}

ol li {
    margin-top: 15px;
    margin-bottom: 15px;
}

hr {}

a:link, a:visited {
    color:rgb(88, 72, 177)
}
