.body {
  border: 25px solid #fff;
  background-color: #232323;
  text-align: center;
}

.c2 {
  text-align: center;
}

.c1 {
  text-align: left;
}

.c3 {
  text-align: right;
}

.link {
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #d61f34;
}

.header {
  margin-top: 60px;
  margin-right: 60px;
  margin-left: 60px;
}

.h1 {
  margin-top: 75px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-block {
  width: 1000px;
  height: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #d61f34;
  text-align: center;
}

.garbage {
  margin-top: 60px;
}

.div-block-2 {
  position: relative;
  top: -56px;
  bottom: 0px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #282828;
}

.row {
  text-align: center;
}

.container {
  margin-bottom: 70px;
}

.footer {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
}

.anchor {
  color: #d61f35;
  letter-spacing: 1px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .body {
    padding-right: 50px;
    padding-left: 50px;
  }
  .header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block {
    width: 80%;
  }
  .image {
    width: 50%;
  }
  .image-2 {
    display: inline-block;
  }
  .image-3 {
    display: inline-block;
    float: none;
    clear: none;
  }
  .lightbox-link {
    width: 50%;
  }
  .lightbox-link-2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .body {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c1 {
    text-align: center;
  }
  .c3 {
    text-align: center;
  }
  .logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .image {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .body {
    padding-right: 10px;
    padding-left: 10px;
    border-style: none;
    border-width: 0px;
    line-height: 14px;
  }
  .c1 {
    text-align: center;
  }
  .c3 {
    text-align: center;
  }
  .h1 {
    line-height: 35px;
  }
  .logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .image {
    width: 50%;
  }
}