html {
  background: no-repeat url("/backgrounds/water_gradient_large.png");
  background-size: cover;
  overflow: scroll;

}

.merriweather-sans-testfont {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}

.logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;

}

body {
    width: 600px;
    margin: 20 auto;
    padding: 0 20pc 20px 20px;
    border: 3px lightgrey;
    font-family:Verdana,sans-serif;
    font-size:15px;
    line-height:1.5
    
}
h1 {
    margin-left:auto; 
    margin-right:auto; 
    position: relative; 
    border: 1px solid black; 
    width: 500px; 
    padding:30px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px;
    text-align: center;
     
    
}

.container {
    display: block;


}

a {
    flex: 1;
    text-decoration: none;
    outline-color: aqua;
    text-align: center;
    line-height: 3;
    color: teal;
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}

a:link,
a:visited,
a:focus {
    background: #E5E5E5;
}

a:hover {
    background: #356C58;

}

table.clear {
		border:0px solid RGB(0,0,0,1);
    margin-left:auto; 
    margin-right:auto; 
    background-color: RGB(0,0,0,0);
     }
    table.clearleft {
		border:0px solid RGB(0,0,0,1);
    margin-left:0; 
    background-color: RGB(0,0,0,0);
     }
    .invert{
      transition-duration: 0.17s;
     }
    .invert:hover{
      filter: invert(100%);
    }
    img.middle{
    display: block;
    margin-left:auto; 
    margin-right:auto;
    }
    .ublu:hover{
      transform: scale(1.075);
    } 
    .ublu{
      transition-duration: .2s;
    } 
    .ublu2:hover{
      transform: scale(1.05);
      filter: blur(1.3px)
    } 
    .ublu2{
      transition-duration: .2s;
    } 