body {
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2;
  }
  
  .container {
    border: 1px solid white;
    padding: 20px;
  }
  
  .content {
    border: 1px solid white;
    text-align: center;
  }
  