* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    background-color: #f9f9f9;
    text-align: center;
    padding: 20px;
    margin: 0;
}

h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

input[type="button"] {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

input[type="button"]:hover {
    background-color: #0056b3;
}

img {
    width: 200px;
    height: auto;
    margin-top: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

#radio {
    margin-top: 20px;
}

input[type="radio"] {
    margin-right: 10px;
    margin-top: 10px;
}

label {
    font-size: 16px;
    margin-right: 20px;
    color: #333;
}

#vastus {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
}

#vastus.green {
    background-color: green;
    color: white;
}

#vastus.red {
    background-color: red;
    color: white;
}

#kogusInput {
    margin-top: 20px;
}

#kogus {
    padding: 10px;
    font-size: 16px;
    width: 80px;
    margin-top: 10px;
    text-align: center;
}

#totalPrice {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}
#vastus.green {
    background-color: green;
    color: white;
}

#vastus.red {
    background-color: red;
    color: white;
}
