@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');

body {
    background-color: rgb(254, 31, 145) ;
    margin: 0;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.tuote {
    background-color:rgb(255, 255, 255) ;
    display: inline-block;
    margin: 10px;
    width: 400px;

}

.hinta {
    margin: 15px;
    font-size: 19px;
}

.tuote div {
    padding: 0 10px;
}

.sivu {
    width: 1100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;

}

img {
    width: 400px;
    height: 400px;
}

header {
    margin: auto;
    background-color: rgb(56, 48, 52);
    padding: 30px;
}

header img {
    width: 105px;
    height: 50px;
}

select {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 5px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

a{
    color: black;
    text-decoration: none;
}

.osta {
    background-color: #fff;
    padding: 5px;
    font-weight: normal;
    border: 1px solid #dadada;
    border-radius: 5px;
    transition: transform 0.3s;
    width: 80px;
    margin: auto;
}

.osta:hover {
    transform: translateY(-5px);
}

h2 {
    font-size: 30px;
}

.yksin {
    background-color: #fff;
    margin: 80px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}