.pealkiri {
    font-size: 30px;
    font-weight: bold;
    color: blue;
}
.tekst {
    font-size: 16px;
    font-weight: normal;
    color: rgb(175, 6, 6);
    font-family: "Gluten", "Saira Stencil", "Shadows Into Light Two", cursive, sans-serif;
}

.container {
    width: 100px;
    height: 50px;
    background-color: #0074d9;
    color: white;
    margin-top: 20px;
}

.section1 {
       background-color: #00f;
       padding: 20px;
   }
.section2 {
       background-color: #0f0;
       padding: 20px;
   }
 .section3 {
       background-color: #ff0;
       padding: 20px;
   }

   .img {
       width: 300px;
       height: 200px;
       border: 5px solid #333;
       border-radius: 15px;
   }

   .nupp {
       background-color: #007BFF;
       color: white;
       padding: 10px 20px;
       border: none;
       border-radius: 10px;
       font-size: 16px;
   }
   .nupp:hover {
       background-color: #0056b3;
   }

   .nupp1 {
       background-color: #4caf50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
   }
    .nupp1:hover {
         background-color: #45a049;
    }