p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

a {
  color: #7c1c20;
  font-weight: 700;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/gulasch-gulaschmuseum.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/gulasch-gulaschmuseum.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image {
  margin-bottom: 29px;
}

.paragraph {
  text-align: center;
}

.link {
  font-weight: 700;
}

.div-block {
  margin-top: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #7c1c20;
  background-color: #fff;
}

.link-2 {
  color: #7c1c20;
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-right: 19px;
    margin-left: 19px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }

  .section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/gulasch-gulaschmuseum.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/gulasch-gulaschmuseum.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .image {
    max-width: 70%;
    margin-bottom: 0px;
  }

  .div-block {
    margin-top: 10px;
  }

  .div-block-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .paragraph-3 {
    line-height: 19px;
  }

  .paragraph-4 {
    font-size: 14px;
  }
}

