.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 100%;
  background-size: auto;
}

.navbar {
  background-color: #ddd0;
  margin-top: 20px;
}

.nav-link {
  color: #eee7e7;
  font-weight: 700;
}

.nav-menu {
  background-color: #0000;
}

.nav-link-2 {
  color: #e9dede;
  font-weight: 700;
}

.nav-link-3 {
  color: #f1f1f1;
  font-weight: 700;
}

.image {
  border-radius: 20px;
}

.section {
  height: 600px;
}

.container {
  margin-top: 60px;
}

.heading {
  color: #fff;
  text-align: center;
  background-color: #00000047;
}

.paragraph {
  color: #fff5f5;
  text-align: center;
  background-color: #00000052;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
}

.bold-text {
  font-size: 16px;
  line-height: 40px;
}

.div-block {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #ecd8d8;
  text-align: center;
}

.image-2 {
  background-color: #0000;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.link-block, .div-block-2 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #f8f6f6;
  text-align: center;
}

.section-2 {
  margin-top: 40px;
}

.link {
  color: #f8f4f4;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #fffcfc;
}

.text-block-3 {
  color: #faf4f4;
  width: 151px;
}

.div-block-3 {
  width: 150px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  margin-top: 40px;
}
