body {
  background-image: url('B3.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(244, 244, 244, 0.82);
}

.main {
  font-family: 'Roboto','Arial','sans-serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 7%;
  padding: 15px;
}


h1,h2 {
  color:#ec6d00;
  margin-top: 40px;
}

h1 {
  font-weight: 500;
  font-size: 40px;
}

h3 {
  font-weight: 500;
  font-size: 40px;
  line-height:120%;
}

a {
  text-decoration: none;
  color:#7c3900;
}
