@font-face {
    font-family: otsikko;
    src: url(Audiowide/Audiowide-Regular.ttf);
}
@font-face {
    font-family: teksti;
    src: url(Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}
body {
    font-family: teksti;
    background-color: rgb(255, 126, 126);
}
.container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tuote {
    background-color: #fff;
    text-align: left;
    width: 300px;
    display: inline-block;
    border: 3px solid #6d6d6d;
    margin: 10px;
    padding: 10px;
    vertical-align: auto;
    border-radius: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.tiedot {}
h1 {
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    font-family: otsikko;
    color: #fff;
}
.nimi {
    font-size: 20px;
    margin-bottom: 5px;
}
.hinta {
    background-color: #535353;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    margin-top: 7px;
    background-image: url(ostoskarry.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 5px;
}
.hinta:hover {
    background-color: #2b2b2b;
    box-shadow:1px 1px 5px #8b8b8b 
}