@font-face {
  font-family: 'Source Sans Pro Light';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), url(../fonts/Source_Sans_Pro_Light.woff2) format('woff2');
}

body {
  background-color: #eee;
}

p {
  margin: 10px;
}

a {
  color: #0088ce;
}

a:hover {
  color: #019879;
}

#logo {
  width: 400px;
}

.fullscreen_center {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content {
  max-width: 768px;
  color: #202020;
  margin: auto;
  animation: fadein 4s;
  font-family: "Source Sans Pro Light";
  font-size: 18px;
}

.title {
  font-size: 45px;
  letter-spacing: -2px;
}

.infotext {
  font-size: 20px;
}

.links a {
  margin: 0 10px;
}

.actions {
  margin: 30px 10px;
}

.action-button {
  margin: 10px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.action-button:hover {
  background-color: rgb(249,250,251);
}

.action-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.action-button:focus-visible {
  box-shadow: none;
}
