h1 {
    font-weight: bold;
    font-size: 27px;
}

p {
    font: Arial;
    font-size: 17px;
    color: red;
    width: 200px; /* Et oleks ilusam vaadata lõiku */
}

.taustakast {
    background-color: #0074d9;
    color: white;
}

.s1 {
    background-color: #000f;
    color: white;
}

.s2 {
    background-color: #0f0;
}

.s3 {
    background-color: #ff0;
}

img {
    width: 300px;
    height: 300px;
    border: 3px solid blue;
    border-radius: 10px;
}

button {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}

button:hover {
    border-radius: 25px;
    background-color: greenyellow;
}

#minu-nupp {
    background-color: #4caf50;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}