html, body {
  height: 100%; 
}

body {
  margin: 0;
  width: 100%;  
  height: 100%;  
  background: cae1f3;
  color: black;
}

table.Container {
 height: 100%;  
  text-align: center;
  border: 0;   
}



a {
text-decoration: none;
color: #790003;
}
a:hover {
color: #040323;
text-decoration: none;
/* przewijanie */

