.elementor-3279 .elementor-element.elementor-element-317ecee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c4eaf9 */body {
  background-color: #fdfae6;
  font-family: Raleway;
  font-size: 12px;
  min-width: 599px;
  /*color: red;*/
 
  background-size: cover;
  z-index: -1;
}

a {
  color: #D57176;
  text-decoration: none;
  cursor: pointer;
}


#main {
  position: relative;
  width: 100%;
  z-index: 100;
  /* max-width: 800px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.wrap {
  width: 599px;
  margin: auto;
}

#header {
  /* background-color: #333;
  color: #fff; */
  padding: 70px 0;
   text-align: center;
  border-radius: 10px 10px 0 0; 
}

#header h1 {
  /*font-family: Raleway;*/
  text-align: center;
  font-size: 18px;
  position: relative;
  width: 280px;
  margin: auto;
  padding: 50px;
}

#header h1::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffc4c7;
  top: 50%;
  left: 0;
}

#header h1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffc4c7;
  top: 50%;
  right: 0;
}

#contents {
  /*font-family: Raleway;*/
  text-align: center;
  color: #005034;
  padding-bottom: 35px;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-top: -50px;
}

#contents h2 {
  /*font-family: Raleway;*/
  text-align: center;
  font-size: 75px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 80px;
  font-weight: bold;
}

#contents .loader {
  padding: 20px 0;
}

#contents .loader .load {
  background-color: #005034;
}

#contents .loader .load .percentage {
  background-color: #ffc4c7;
  height: 10px;
}

.info {
  display: flex;
  font-size: 18px;
}

.info span {
  flex: 1;
}

.info span:first-child {
  text-align: left;
}

.info span:last-child {
  text-align: right;
}

#footer {
  text-align: center;
  padding-bottom: 80px;
}

#footer .social-links {
  display: flex;
  justify-content: center;
}

#footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 2px solid #ffc4c7;
  font-size: 20px;
  border-radius: 40px;
  color: #FFC4C7;
}/* End custom CSS */