
html {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    background-color: #fff;
  }
  h1, h2, h3, .h1, .h2, .h3 {
      margin: 0;
      font-family: 'Roboto Slab',serif;
      font-weight: 400;
      color: #333;
  }
  h1, .h1 {
      line-height: 36px;
      letter-spacing: -0.3px;
      font-size: 32px;
      color: #44aa00;
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  h2, .h2 {
      line-height: 30px;
      font-size: 24px;
      padding-top: 0.5rem;
  }
  p {
      padding-bottom: 0.25rem;
      margin-top: 0.5rem;
      margin-bottom: 0;
  }
  hr {
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, .1);
  }
  a, a:hover {
      color: #44aa00;
  }
  
  .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }
  
  .invisible {
    visibility: hidden;
    height: 1px;
    width: 1px;
    line-height: 1px;
  }
  
  .logo-container {
    text-align: center;
    width: 100px;
  }
  
  .logo-container img {
    display: block;
    width: 100%;
  }
  
  .logo-container p {
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 4px auto;
    color: #666;
  }

#wrapper {
	text-align: center;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.title{
	font-size: 20px;
	font-weight: bold;
}

.linktext {	font-size: 12px
}