
@import url('https://fonts.googleapis.com/css2?family=Paprika&display=swap');

body {
 margin: 50px;
   font-family: "Paprika", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-color: rgb(255, 222, 222);
}


.container {
   max-width: 800px;
    margin: auto;
    background-color: rgba(255, 0, 0, 0.288);
  
}


.tuote {
    width: 150px;
    display: inline-block;
    border: solid 5px #ff8080;
    padding: 5px;
    background-color: rgb(255, 222, 222);
    text-align: center;
   
    vertical-align: top;
    margin: 5px;
 

   
}

.tuote img {
    width: 100%;
    height: auto;
  

}

.ostoskori {
    background-color: rgba(255, 0, 0, 0.288);
    text-align: center;
    background-image: url(karryt.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 20px;
    background-position: 10px center;
    box-shadow: 2px 2px 2px #000;
    
}

.ostoskori:hover {
    color: rgb(255, 222, 222);
   
}


h1 {
    text-shadow: 10px 10px 14px rgb(255, 222, 222);
    padding: 40px;
}

.Nimi {
    min-height: 50px;
}

.Hinta {
    font-size: 25px;
}

.footer {
    background-color: rgba(238, 90, 90, 0.514);
    padding: 20px;
    margin-top: 20px;
}