#pealkiri {
    color: red;
    font-size: 24px;
}

.taustakast {
    background-color: #0074d9;
    color: white;
    padding: 10px;
}

#minu-pilt {
    width:200px;
    vertical-align: top;
}
#minu-nupp {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#minu-nupp:hover {
    background-color: #45a049;
}