

@font-face {
    font-family: otsikot;
    src: url(Rye-Regular.ttf);
}

body {

    background-color: rgb(151, 37, 37);
    text-align: center;
    font-weight: 200;
}

h1 {
    font-size: 50px;
}

h1, h2 {
    text-align: center;
    font-family: otsikot, sans-serif;
    font-weight: normal;
}

.laatikko {
   max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
background-color: rgb(253, 243, 212);
padding: 40px;
    
}

a, link {
    color: brown;
}

a, :visited {
    color: rgb(97, 25, 25);
}

img {
    max-width: 100%;


}