html,body{
  height: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  
}

.container{
  background-color: #000;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.container .sketch{
  position: absolute;
  top: 0;
}

.logo{
  margin-bottom: 20px;
  position: relative;
  z-index: 9999;
}

.logo img{
  width: 300px;
}

.container .text-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  position: relative;
  text-align: center;
}

.container .text-wrapper h1{
  font-size: 4.5em;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

.container .text-wrapper h1 span{
  color: #76B900;
}

.subtitle{
  font-size: 2em;
  font-family: "Teko", sans-serif;
  font-weight: 300;
}

.body{
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999;
  line-height: 1.4em;
}

a{
  color: #76B900;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}