body{background-image: url(obrazky/puntiky.jpg);
     text-align: center;}
.tlacitko1{border: 2px solid;
           border-radius: 7px;
           font-family: 'Times New Roman', Times, serif;
           background-color: rgb(53, 241, 226);
           padding: 10px 10px;
           margin: 0px 35px;}
.tlacitko1:hover{background-color: rgb(233, 210, 210);}
.tlacitko2{border: 2px solid;
           border-radius: 7px;
           font-family: 'Times New Roman', Times, serif;
           background-color: chartreuse;
           padding: 10px 10px;
           margin: 0px 30px;}
.tlacitko2:hover{background-color: firebrick;}
.tlacitko3{border: 2px solid;
           border-radius: 7px;
           font-family: 'Times New Roman', Times, serif;
           background-color: deeppink;
           padding: 10px 10px;
           margin: 0px 20px;}
.tlacitko3:hover{background-color: lightseagreen;}
.tlacitko4{border: 2px solid;
           border-radius: 7px;
           font-family: 'Times New Roman', Times, serif;
           background-color: deepskyblue;
           padding: 10px 10px;
           margin: 0px 20px;}
.tlacitko4:hover{background-color: lightskyblue;}
h1{font-family: 'Times New Roman', Times, serif;
   font-size: 38px;}
p{font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 25px;
  font-weight: 800;}
.cara1{border: 4px solid;
       border-radius: 15px;
       color: rgb(235, 30, 30);}
.cara2{border: 4px solid;
       border-radius: 15px;
       color: blue;
       width: 75%;}
.cara3{border: 4px solid;
       border-radius: 15px;
       color: chartreuse;
       width: 50%;}
a{text-decoration: none;
  color: black;
  font-size: 25px;}
img{border: 3px solid black;
    border-radius: 8px;
    margin: 10px 0px;}