@font-face {
    font-family: "Neue";
    src: url(fontit/BebasNeue-Regular.ttf);
}

body {
    font-family: "Neue";
      margin: 0;
}

.container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

.tuote {
    text-align: left;
    width: 300px;
    display: inline-block;
    border:  solid 1px rgba(196, 196, 196, 0.333);
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(240, 240, 240);
    

}

img {
    max-width: 100%;
    height: auto;
}

.hinta {
    width: 100%;
    height: 50px;
    font-family: Neue;
    font-size: 30px;
    background-color: red;
    color: rgb(255, 255, 255);
    border: none;
}
.nimi, .hinta, .osta {
margin-top: 10px;
}

.nimi {
    font-size: 25px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: rgb(255, 181, 181);
}



footer {
    background-color: #dadada;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  
    margin-right: none;
    max-width: 100%;
}

header {
       background-color: #dadada;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  
    margin-right: none;
    max-width: 100%;
    font-size: 20px;
}

.hinta:hover {
    box-shadow: 2px 2px 2px 2px #c7c7c7;
    color: rgb(255, 164, 164);
}
