body {
    text-align: center;
    font-family: sans-serif;
  }
  
  #logo-container {
    margin-top: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  img {
    height: 400px;
  }
  
  p {
    margin-top: 20px;
    font-size: 18px;
  }
  