/*1.1 kood algus*/
h1 {
    font-size: large;
    color: hotpink;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif; 
}

p {
    font-size: large;
    color: hotpink;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif; 
}
/*1.1 kood lõpp*/


/*1.2 kood algus*/
.tekstitaust  {
    background-color: #0074d9;
    color: white;
    padding: 8px;
}
/*1.2 kood lõpp*/


/*1.3 kood algus*/
.section1 {
    background-color: #00f;
    padding: 10px;
}
.section2 {
    background-color: #0f0;
    padding: 10px;
}
.section3 {
    background-color: #ff0;
    padding: 5px;
}
/*1.3 kood lõpp*/


/*1.4 kood algus*/
img  {
    width: 300px;
    height: 200px;
    border: 3px solid black;
    border-radius: 10px;
}
/*1.4 kood lõpp*/


/*1.5 ja 1.6 kood algus*/
.button1 {
    background-color: #4caf50;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.button1:hover {
    background-color: #45a049;
}


.button2  {
    background-color: #4caf50;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.button2:hover {
    background-color: #45a049;
}
/*1.5 ja 1.6 kood lõpp*/