body {
  margin: 0;
  padding: 0;
}

.logo {
  
  height: 120px;
  margin-left: 40px;
}

.header {
  margin-left: 0;
  margin-right: 0;
  background-color: #42413D;
  max-width: 5000px;
}

.main {
  background-image: url('/assets/img/bg.jpg');
  background-position: center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  color: white;
  margin-left: 0;
  margin-right: 0;
  padding: 120px;
  max-width: 5000px;
}

.main h1 {
  margin-bottom: 30px;
}

.main p {
  line-height: 28px;
}

.property {
  width: 550px;
  border-radius: 20px;
  margin-left: 60px;
}