.container {
    display: flex;
  }
  
  .center {
    text-align: center;
    width: 100%;
    margin-top: 8rem;
  }
  