
body {

  img {
    width: 200px;
    height: 400px;
    object-fit: cover;
    object-position: 10px -33px;
  }

  background-color: rgb(255, 255, 255);
  background-image: url("tsillag.png");
  background-size: 2500px;
  background-position-x: -30px;
  background-position-y: -350px;
  background-repeat: no-repeat;

  
}

h1 {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 60px;
  font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 

}

table {
  color: rgb(0, 0, 0);
  font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 
  font-size: 16px;
  text-align: center;
  width: 100%;
  
  
} 

td {
  
height: 30px;

}
