body {
    background-image: url(obrazky/pozadi1.jpg);
}
h1{
    background-color: rgb(255, 190, 227);
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: rgb(147, 47, 110);
      
      }
table{
    width: 50%;
    color: rgb(147, 47, 110);
}
tr{
    color: black;
}
  


