body {
    margin: 0;
    background-color: #95A1A0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}