body {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-image: radial-gradient(circle, rgba(142, 82, 64, .67), rgba(255, 255, 255, 0)), url('../images/bastilu4.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.logo-div {
  width: 480px;
  height: 100px;
  background-image: url('../images/Alice_Header-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.linktree-div {
  width: 80px;
  height: 30px;
  mix-blend-mode: luminosity;
  background-image: url('../images/Linktree_logo.svg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.linktree-div:hover {
  mix-blend-mode: normal;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: auto;
    padding: 0;
  }

  .logo-div {
    width: 310px;
    height: 60px;
  }
}


