@charset "utf-8";
/* CSS Document */


.link {display: flex;justify-content: center}
.link a {
  text-decoration: none;
  background-color: rgba(10,144,192,1.00);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  margin-bottom: 1em;
}

@media screen and (min-width: 801px) {
  html,body{
    font-size: 1.15em;
    line-height: 1.75em;
  }  
  article {text-align: center}
  .link a {padding: 1em 2em;}
  a:hover {opacity: 0.5}
}

@media screen and (max-width: 800px) {
article {padding: 1em}
  h1,.staff {text-align: center}
  br{display: none}
  .link a {width: 90%; min-width: 300px; padding: 1.5em 0;}
}