.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .container-box {
    height: 500px;
  }
  
  .content-box {
    text-align: center;
  }