body{text-align: center;
     background-color: firebrick;}
table{width: 100%;}
h1{font-family: 'Times New Roman', Times, serif;
   font-weight: bold;
   color: black;
   font-size: 45px;}
h4{font-family: 'Times New Roman', Times, serif;
   font-size: 20px;}
h2{font-style: italic;}
.cara1{border: 4px solid;
       border-radius: 20px;
       color: rgb(72, 221, 221);}
.cara2{border: 3px solid;
       border-radius: 20px;
       color: rgb(170, 241, 241);
       width: 70%;}
.nadpis1{font-family: 'Times New Roman', Times, serif;
         font-size: 40px;
         color: lime;
         margin-bottom: 10px;}
.nadpis2{font-family: 'Times New Roman', Times, serif;
         font-size: 40px;
         color: plum;
         margin-bottom: 10px;}
.nadpis3{font-family: 'Times New Roman', Times, serif;
         font-size: 40px;
         color: orange;
         margin-bottom: 10px;}
.tlacitko1{font-family: 'Times New Roman', Times, serif;
           font-size: 25px;
           border: 2px solid black;
           border-radius: 15px;
           background-color: aqua;
           padding: 10px 10px;}
.tlacitko1:hover{background-color: rgb(88, 73, 224);}
.sipka1{text-align: left;
        margin-right: 702px;}
.sipka2{text-align: right;
        margin-left: 700px;}
a{text-decoration: none;
  font-family: 'Times New Roman', Times, serif;
  color: black;}
.obrazek1{height: 400px;
          width: 750px;
          border: 4px solid lime;
          border-radius: 10px;}
.obrazek2{height: 400px;
          width: 750px;
          border: 4px solid plum;
          border-radius: 10px;}
.obrazek3{height: 400px;
          width: 750px;
          border: 4px solid orange;
          border-radius: 10px;}
