body{
    background: linear-gradient(to right, #00FFFF, #8cfd8c);
  }

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