html {
      height: 100%;
}
body {
      height: 100%;
      margin: 0;
      padding: 0;
}
.container {
      height: 100%;
      position: relative;
}
.content {
      text-align: center;
      position: relative;
      top: 40%;
      transform: translateY(-40%);
}

