body
{
  margin:0px;
  padding:0px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  /*background-color: #F00000;*/
  color: #00264e;
}

.content {
  color: #00264e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  text-align: center;
  /*filter: drop-shadow(2px 2px 2px #571913);*/

}

.content:hover
{
	transition-duration: 0.2s;
	filter: drop-shadow(3px 3px 3px #c9c9c9);
	top: 50%;
	left: 50%;
}


.header
{
  color: #00264e;
  font-size: 45px;
}

a {
    text-decoration: none;
    color: #00264e;
}