html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

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

.content {
  text-align: center;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}
