html{
    height: 2000px;
    Background-image: url(green.webp);
    line-height: 1.4;
}


.title {
    border: solid 3px #437c43 ;
    border-radius: 5px;
}
#Main{
    height: 1500px;
    width: 642px;
   position: absolute;
    padding: 15px;
    top: 375px;
    left: 621px;
    background-color: rgba(255, 255, 255, 0.46);
    
}
#members {

  border-collapse: collapse;
  width: 100%;
    
  text-align: left;
  padding: 15px;
}
th{
    align-content: flex-start;
}
#k{
    position: absolute;
    top: 70px;
    left:470px;
    rotate: -10deg;
}
#OR{
   position: absolute;
    top: 200px;
    left:720px  
}