.container {
    text-align: left;
}

.tuotekuva {
    float: left;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

.osta {
    width: 100px;
    height: 50px;
    font-family: Neue;
    font-size: 30px;
    background-color: red;
    color: rgb(255, 255, 255);
    border: none;
}
.osta:hover {
background-color: rgb(185, 0, 0);
}

.värit {
    border: none;
    font-family: Neue, Arial;
    width: 150px;
    height: 30px;
}