body{
    background-color: rgb(32, 32, 32);
    
    
}
.header{
    display: flex;
}
.container{

  max-width: 1200px;
  margin: 0 auto;
 display: flex;
 justify-content: center;
  gap: 20px;

}
.tuote{
width: 400px;
background-color: rgb(255, 255, 255);
text-align: center;
padding-bottom: 50px;
}

.tiedot{
    margin-left: 30px;
    margin-right: 20px;
    text-align: left;
}
.nimi{
    font-weight: bold;
    margin-bottom: 10px;
}
.kuvaus{
    margin-bottom: 10px;
}

img{
    width: 200px;
}
img.logo{
    width: 115px;
}
h1{
    color: aliceblue;
    text-align: center;
    margin-left: 50px;
}

.hinta{
     background-color: rgb(70, 77, 105);
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: aliceblue;
}