@font-face {
    font-family: Fontti1;
    src: url(static/PlaypenSans-Regular.ttf);
}


body {
    background-color: rgb(255, 255, 255);
    font-family: Fontti1;
}

nav {
    background-color: rgb(199, 9, 9);
    color: white;
}

.container {
    max-width: 1600px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    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(207, 235, 252);
}



.tuote img {
    max-width: 250px;
    height: auto;
    border-bottom: solid 2px rgb(0, 0, 0);
}



.nimi {
    color: rgb(11, 22, 124);
    font-size: 22px;
}

.hinta {
    font-size: 30px;
    color: rgb(0, 23, 122);
    padding-bottom: 5px;
}

.osta {
    background-color: rgb(255, 253, 158);
    padding: 5px;
}

.osta :hover {
    background-color: rgb (247, 244, 89);
    color: cornflowerblue;
}

h1 {
    color: rgb(199, 9, 9);
    padding-top: 25px;
    font-size: 50px;
}
