html, body {
    height:100%;
}

.container {
  height: 90%;
  position: relative;
}

.center {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cv {
  font-family: 'Roboto Mono', monospace;
  margin-top: 40px;
}
