body {
 
  text-align: left;
  font-size: 20px;
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
  background-color: rgb(20, 20, 20);
  background-image: url("images/huh.webp");
  background-position: right bottom;
  background-size: 40%;
  background-repeat: no-repeat;
  color: white;
}
/*
.back{
  background-color: rgb(51, 34, 34);
  background-image: url("images/huh.webp");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  color: black;
}*/
h1 {
  border-radius: 25px;
  border: 7px solid #040404;
  color : rgba(0, 0, 0, 0.973) ;
  text-align: center;
  font-size: 200%;
  background-color:  rgb(255, 255, 255);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 0.15em;

}

/*
h1:after {
  content: "";
  display: inline-block;
  width: 100%;
}*/
.praca{
  font-size: 2rem;
  color:rgb(205, 205, 205);
}

table{
  font-family: 'Calibri';
  background-color: hsla(145, 75%, 50%, 0.5) ;

}
caption{
  color : hsla(140, 83%, 27%, 0.849) ;
  font-size: 2rem;
  font-weight: bolder;
}
th{
  color : rgba(4, 80, 29, 0.973) ;
}
td{
  color : rgb(90, 73, 62) ;
}
a{
  font-family: 'Calibri';
  color : rgb(90, 73, 62) ;
  text-align: center;
}


