body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  }
  h1 {
    color: #c9a89c;
    font-size: 50px;
    margin-top: 5px;
  }
  img {
    max-width: 250px;
  }
  .main-container {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header {
    width: auto;
    border-bottom: 3pt solid #c9a89c;
    padding: 0px 100px;
    margin-bottom: 95px;
  }
  .main-content {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
  }
  .main-content p {
    font-size: 25px;
    margin-left: 30px;
  }