/* Pen-specific styles */
* {
  box-sizing: border-box;
}

html, body, div {
  height: 100%;
}

a {
display: block;
height:100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body { 
  color: #000;
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
}

article {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

/* Pattern styles */
div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.left-half {
  background: #DBB857;
}

.right-half {
  background: #0071AD;
}