html {
  
background:url("https://images7.alphacoders.com/628/628592.jpg"); 
 }


.Header {
 
color: #2bcde2;
font-weight: bold;  
text-align: center; 
 
border-bottom: 3px solid white;

}

table, th {
 
border-bottom: 2px solid white;
border-spacing: 5px;
  
color: white;
font-weight: bold;
  
text-align: center;
font-size: 50px;

}
.Day1 {
margin: 20px;
color: #2bcde2;
font-weight: bold;
text-align: center;
border-top: 3px solid white;
border-bottom: 3px solid white;
}
p {
color: lime;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.Day2 {
margin: 20px;
color: #2bcde2;
font-weight: bold;
text-align: center;
border-top: 3px solid white;
border-bottom: 3px solid white;
}