body {
  text-align:center;
  font-family:sans-serif;
  display:flex;
  align-items:center;
  height:100vh;
  justify-content:center;
  color:#2E2E2E;
  margin:0;
  padding:0;
}

a {
  color:#65B06C;
}

h3 {
  margin:0 0 2em 0;
  text-transform:uppercase;
  color:#C9C9C9;
}

.wrapper {
  width: 100vw;
}

.ruler {
  display:flex;
  justify-content:stretch;
  align-items:center;
  width:100vw;
}

.ruler span {
  height:3px;
  background:#2E2E2E;
  flex:1;
}

.ruler img {
  width:60px;
  margin-left:3px;
  margin-right:3px;
}

.logo {
  width:200px;
}
