html{
  height: 100%;
}
body{
  background: linear-gradient(115deg, #2b3e50 50%,#4e5d6c 50%);
}
div.position{
  margin-left: 50px;
  margin-top: 50px;
}
div.small{
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: #ebebeb;
}
div.big{
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #ebebeb;
}