
  
  .content {
    display: flex;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  
  .box-center {
    display: flex;
    justify-content: center;  
  }