body{
  text-align: center;
  background: linear-gradient(to right, #f5dfa7, #ffffff); 
}

header{
    background: linear-gradient(to right, #f5dfa7, #ffffff); 
    text-align: center;
    padding: 2%;
    color: black;
}

.button {
    border-radius: 10px;
    background-color: #F5E8D0; 
    color: rgb(0, 0, 0);
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
  }
  
  .button4 {
    background-color: #efd39e; 
    color: black; 
    border: 2px solid #efd39e;
  }

.button4:hover{
  background-color: #edb12f;
}
  

table {
    width: 80%;
    margin: auto;
}
td {
    text-align: center;

}
img {
  width:300px;
  height:350px ; 
  border-spacing: 5px; 
}

.ja1{
  width: 500px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
}

.ja2{
  width: 400px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
}

.ja3{
  width: 300px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
  
}


.textblock{
  margin: 20px auto;
  font-size: 16px;
  padding-left: 150px;
  padding-right: 150px;
  line-height: 1.6;
  font-family: 'Times New Roman', Times, serif;
}

hr{
  border-bottom: 2px solid #8c5c3b; 
  width: 90%; 
  margin: 2px auto; 
}

.rodina1{
  width: 300px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
  }

.kamarad1{
  width: 300px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
}

.kamarad2{
  width: 445px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
}


.zajmy{
  width: 350px;
  height: 400px;
  border: 8px solid #efd39e;
  border-radius: 10px;
}

.footer{
  margin-bottom: 50px;
}

.tlapka{
  background-color: #efd39e;
  width: 110px;
  height: 110px;
  border-radius: 80%;          
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 20px;
  margin: 20px auto;
  margin-top: 60%;
  margin-bottom: 50%;
  }

  table,td,tr,th{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
  }
  