
@charset "UTF-8";

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('assets/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('assets/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("source-sans-pro-v21-latin-regular.woff") format("woff");
}

html, body {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "Source Sans Pro";
  color: black;
  text-align: center;
  background: white;
  justify-content: center;
}

h2 {
  font-size: 32px;
  font-weight: normal;
  color: #666666;
  letter-spacing: 0px;
  line-height: 43.2px;
}

p {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
}

a, a:link, a:hover, a:visited, a:active {
  color: #006fcf;
  text-decoration: none;
}

.error404,
.error500,
.logout {
  color: #196cb5;
  height: 278px;
  width: 443px;
  background-image: url("error-img.png");
  margin-left: auto;
  margin-right: auto;
}

#timestamp {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0px;
  line-height: 16.8px;
}