body{
  font-family: 'Courier New', Courier, monospace;
}

.split{
    height: 100%;
    width: 50%;
    position: fixed;
    top: 0;
    padding-top: 20px;
}

.left{
    left: 0;
    background-color: #F2F2F2;
}

.right {
    right: 0;
    background-color: #BFA28B;
  }

  .stred{
    left: 15%;
    right: 15%;
    top: 15%;
    bottom: 15%;
    height: 70%;
    width: 70%;
    position: fixed;
  }

  .zahlavi{
    background-color: #F2EDE9;
    width: 100%;
    height: 10%;
  }

  .stred_left{
    float: left;
    width: 50%;
    background-color: #FFFFFF;
    height: 100%; 
  }

  .stred_right{
    float: right;
    width: 50%;
    height: 100%;
    background-color: #BAA28F;
  }

.tlacitko_works{
    color: black;
    background-color:#F2EDE9;
    padding: 1% 4%;
    text-align: center;
    font-size: 16px;
    margin-right: 1%;
    margin-top: 1%;
    opacity: 0.6;
    transition: 0.01s;
    text-decoration: none;
    cursor: pointer;
    float: right;
    border-top:2px solid black;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.tlacitko_works:hover {
    opacity: 5;
    border-top:3px solid #BFA28B;
    color:#BFA28B;
    background-color:#F2EDE9;
}


.tlacitko_about{
  color: black;
  background-color:#F2EDE9;
  padding: 1% 4%;
  text-align: center;
  font-size: 16px;
  margin-right: 1%;
  margin-top: 1%;
  opacity: 0.6;
  transition: 0.01s;
  text-decoration: none;
  cursor: pointer;
  float: right;
  border-top:2px solid black;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.tlacitko_about:hover {
  opacity: 5;
  border-top:3px solid #BFA28B;
  color:#BFA28B;
  background-color:#F2EDE9;
}

.jmeno{
  padding-left: 1.5%;
  padding-top: 1%;
  width: 11%;
  height: 4%;
  padding-bottom: 1.5%;
  font-size: 120%;
}

.povolani{
  padding-left: 2.5%;
  width: 11%;
  font-size: 90%;
  padding-bottom: 1%;
}

.Citat{
  padding-bottom: 5%;
  padding-top: 7.5%;
  padding-right: 13%;
  padding-left: 13%;
  float: right;
  font-size: 85%;
}