  body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  @font-face {
    font-family: 'Antic';
    src: url('../fonts/Antic-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .head-desc{
    max-width: 500px;
    text-align: left;
    max-height:100px;
    margin: 0 auto;
    justify-content: center;
    align-items: center; 
  }

 .desc2{
    padding-bottom: 5px;
  }

 .desc3{
    padding-bottom: 25px;
  }

  .desc4{
    padding-bottom: 5px;
  }

  .flex-container {
    display: flex;
    flex-direction: row;
    height: 60px;
  }

  .flex-container2 {
    display: flex;
    flex-direction: row;
    height: 100px;
  }

  .flex-container3 {
    height: 60px;
  }

  .flex-container4 {
    height: 200px;
  }

  .flex-container5 {
    height: 440px;
  }

  .heading-title{
    font-size: 35px;
    font-family: 'Antic', sans-serif;
    color: #D98C8C;
  }

  .red{
    color:red; 
  }
    
  .button-17 {
    align-items: center;
    appearance: none;
    background-color: var(--bg-color);
    border-radius: 24px;
    border-style: none;
    box-shadow: 0 0 0 2px var(--accent-color);
    box-sizing: border-box;
    color: var(--text-color);
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    z-index: 0;
    border: solid 1px var(--accent-color);
  }

  .button-17:hover {
    background-color: var(--text-color);
    color: var(--bg-color);
    border: 4px solid var(--accent-color);
  }

  .button-17:active {
    outline: none;
  }

  .button-17:focus {
    outline: none;
  }

