body {
  margin: 0;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1000px;
  margin: auto auto;
}
#content-wrapper {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 16%);

  min-height: 500px;
}
#language-wrapper {
  display: flex;
  justify-content: end;
}
#language-content,
#language-content-ru {
  display: flex;
  gap: 15px;
  margin: 12px 20px 0 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
  max-width: 170px;
  padding: 10px 15px;
  border-radius: 15px;
  cursor: pointer;
  align-items: center;
  background-color: #f0f0f0;
}
#language-content img,
#language-content-ru img {
  width: 30px;
}
#language-content span,
#language-content-ru span {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.2em;
}

#beautiful-mari {
  opacity: 1;
}
#beautiful-mari-img {
  width: 1000px;
}
#links {
  border-left: 2px solid rgba(202, 42, 66);
  margin-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#outlined {
  margin-right: 0px;
}
#message p {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  width: 980px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.5em;
  text-align: justify;
}
#divine-name {
  font-family: "Cormorant Infant", serif;
  display: inline-block;
  font-size: 1.3em;
}
#last-perfect-clip {
  color: rgb(150, 2, 2);
}
#social-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
  margin: 20px;
}
.social-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#telegram-description-wrapper:hover {
  background-color: #ecf8fd;
  transition: 0.2s;
}
#iwantclips-description-wrapper:hover {
  background-color: #ffebf4;
  transition: 0.2s;
}
#pornhub-description-wrapper:hover {
  background-color: #fff6eb;
  transition: 0.2s;
}
#boosty-description-wrapper:hover {
  background-color: #fff3eb;
  transition: 0.2s;
}
#vk-description-wrapper:hover {
  background-color: #ecf8fd;
  transition: 0.2s;
}
#xvid-description-wrapper:hover {
  background-color: #fdecec;
  transition: 0.2s;
}
.social-images {
  height: 30px;
}
.down {
  height: 20px;
  filter: invert(49%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(88%)
    contrast(89%);
  transition: 0.1s;
}
#telegram-description-wrapper,
#iwantclips-description-wrapper,
#pornhub-description-wrapper,
#vk-description-wrapper,
#xvid-description-wrapper,
#boosty-description-wrapper {
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
  text-align: justify;
  cursor: pointer;
  transition: 0.2s;
  height: auto;
  max-height: 30px;
}

.parag {
  margin: 16px auto;
  text-align: justify;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.3em;
  transition: 0.2s;
  opacity: 1;
}

#telegram-description,
#iwantclips-description,
#pornhub-description,
#boosty-description,
#vk-description {
  transition: 0.1s linear;
}
/* responsive */
@media only screen and (max-width: 1000px) {
  main {
    width: auto;
  }
  #content-wrapper {
    width: 100vw;
    left: 0;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    box-shadow: none;
  }
  #beautiful-mari-img {
    width: 100vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #message p {
    width: calc(100vw - 20px);
  }
}
.social-items-buttons {
  margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 900px) {
  #social-wrapper {
    flex-wrap: wrap;
    margin: 0px;
  }
  .social-items {
    width: calc(100vw - 50px);
  }
  .social-items-buttons {
    margin: 10px;
  }
  .parag {
    width: calc(100vw - 50px);
  }
  #beautiful-mari {
    margin-top: -2px;
    background: url(/img/beloved.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  #beautiful-mari-img {
    opacity: 0;
  }
  #message p {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 450px) {
  #beautiful-mari {
    min-height: 200px;
    background-size: cover;
    background-position: 11% 0%;
  }
  #message p {
    margin: 15px 0;
  }
}
