body {
	background: #0F4C81;
  color: white;
  font-family: system-ui, sans-serif;
  text-align: center;
  font-size: 20px;
  height: 100vh;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.paypal {color: #009cde;}
a:hover.paypal  {color: #012169;}

.social > a {margin-left: 10px;font-size: 30px;color: white;}
a { color:white; }
@media (max-width: 549px) {
  body {
    height: 85vh;
    line-height: 1.5em;
  }
}