.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  @font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/webfonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
         url('fonts/webfonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

  body {
    font-family: Vazirmatn;
    font-weight: 400;
    /* margin: 8px; */
    padding-left: 8%;
    padding-right: 8%;
    background-image: url('static/images/Image.jpeg');
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-weight: 900;
    text-align: center;
}

h2 {
    font-weight: 700;
    text-align: center;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.row {
    display: flex;
  }
  
  .column {
    flex: 50%;
  }

  .fa {
    padding: 12px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-whatsapp {
    background: #25D366;
    color: white;
  }
  
  /* Twitter */
  .fa-telegram {
    background: #229ED9;
    color: white;
  }

  .footer {
    /* position: absolute; */
    top: 95%;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
  }

  #parent {
    width: 30%;
    margin: 0 auto;
}