div {
    border-radius: 25px;
    background: rgb(0, 0, 0, 0.8) ;/* Purple background with 40% opacity */
    overflow: hidden;
    border: 1px solid black;
    z-index: 3;
    color: white;
    padding: 20px; 
    text-align: center;
    margin: auto;
    width: 75%;
}
#info, #timetable,#date{
    height: auto;
    
} 
#date{
 width: 25%;
}
#logo{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: -50px;
    }
body {
  background-image: url("seamless.png");
  background-repeat: repeat;
} 
