@font-face {
    font-family: teksti;
    src: url(fontti/Lato-Regular.ttf);
}
@font-face {
    font-family: teksti;
    src: url(fontti/Lato-Italic.ttf);
    font-style: italic;
}
body {
    font-family: teksti,sans-serif;
    background-image: url(rolls-4965915_1920.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 800px;
}
main {
    padding: 40px 5%;
}
header {
    background-color:burlywood;
    text-align: center;
    padding: 50px;
    font-size: larger;
}
nav {
    background-color: brown;
    padding: 15px;
}
nav a {
    color: rgb(255, 255, 255);
}
nav a:hover {
    text-decoration: none;
}
nav ul {
    columns: 300px
}
footer {
    background-color: black;
    color:white;
    text-align: center;
    padding: 20px;
}
h1 {
    margin: 0;
}
h4 {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 0;
}
table {
    margin-top: 1em;
    margin-bottom: 1em;
}
td:first-child {
    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
}
td {
    vertical-align: top;
}
ol {
    margin-left: 0;
    padding-left: 1em;
}
ul {
    color: white;
}
li {
margin-bottom:1em;
}
#alkuun {
background-color: black;
position: fixed;
right: 20px;
bottom: 20px;
padding: 10px;
border-radius: 7px;
}

#alkuun {
    background-color: rgb(187, 24, 24);
    position: fixed;
    right: -100px;
    bottom: 25px;
    padding: 5px 7px;
    border-radius: 7px;
}
#alkuun a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
@media (min-width: 800px) {
    #alkuun {display: none;
    }
}
@media (max-width: 600px) {
    h1 {
        font-size: 60px;
    }
    .rullattu #alkuun {
        right: 20px;
    }
}