@font-face {
    font-family: Fontti1;
    src: url(static/PlaypenSans-Regular.ttf);
}


body {
    background-color: rgb(207, 235, 252);
    font-family: Fontti1;
    margin: 0;
    text-align: center;
}

nav {
    background-color: rgb(11, 22, 124);
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

nav a {
    margin-left: 100px;
    color: aliceblue;
}

nav a:hover {
    color: rgb(11, 22, 124);
    background-color: aliceblue;
    padding-bottom: 2px;
    padding-top: 2px;
}

.container {
    max-width: 1600px;
    margin: auto;
    background-color: rgb(207, 235, 252);
    background-size: cover;
    text-align: center;
}

.tuote {
    display: inline-block;
    text-align: center;
    border: solid rgb(0, 0, 0) 2px;
    margin: 20px;
    background-color: rgb(96, 183, 236);
}



.tuote img {
    max-width: 250px;
    height: auto;
    border-bottom: solid 2px rgb(0, 0, 0);
}



.nimi {
    color: rgb(11, 22, 124);
    font-size: 22px;
}

.nimi a:hover {
    text-decoration: underline;
}

.hinta {
    font-size: 30px;
    color: rgb(0, 23, 122);
    padding-bottom: 5px;
}

.hinta a:hover {
    text-decoration: underline;
}


.osta {
    padding-bottom: 8px;
}


.osta a {
    width: 250px;
    margin: 1em 0;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: rgb(244, 255, 143);
    box-shadow: inset -1px -2px 1px black;
}

.osta a:hover {
    color: rgb(13, 12, 100);
    background-color: rgb(20, 248, 12);
}

.osta :active {
    box-shadow: none;
    position: relative;
    top: 1px;
    left: px;
}







a {
    text-decoration: none;
    color: rgb(0, 23, 122);
}

h1 {
    color: rgb(11, 22, 124);
    padding-top: 25px;
    font-size: 50px;
    text-decoration: underline;
}

