html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: #44768B;
  background-image: url("img/desktop-yk-back.jpg");
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: center center;
}

.container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 100vh;
  min-height: 570px;
}

.wrapper {
  width: 500px;
}

.link {
  display: block;
  margin: 0 auto 20px auto;
  width: 270px;
  height: 60px;
  background-position: center center;
  border: 2px solid #fec0c9;
  padding: 10px;
  border-radius: 35px;
  background-color: #e64c8b96;
  background-repeat: no-repeat;
  transition: 0.3s;
}
/*
.fa {
  background-image: url("img/Fansly_logo.svg");
  background-size: 270px;
}
*/
.of {
  background-image: url("img/onlyfans_logo.svg");
  background-size: 180px;
}

.ig {
  background-image: url("img/Instagram_logo.svg");
  background-size: 160px;
  background-position: center 20px;
}

.tw {
  background-image: url("img/Twitter_logo.svg");
  background-size: 130px;
}

.fl {
  background-image: url("img/fansly_logo.svg");
  background-size: 220px;
}

.vt {
  background-image: url("img/vedet_logo.svg");
  background-size: 220px;
}

.tg {
  background-image: url("img/Tg_logo.svg");
  background-size: 200px;
}

.tk {
  background-image: url("img/tiktok_logo.svg");
  background-size: 180px;
}



.link:hover {
  background-color: rgba(190, 86, 146, 0.75);
  transition: 0.3s;
}

.closed {
  border: 2px solid #a5a5a5;
  background-color: rgba(116, 116, 116, 0.49);
}

.closed:hover {
  background-color: rgba(116, 116, 116, 0.71);
  transition: 0.3s;
}

.header {
  margin: 60px auto 20px;
  font-family: 'Oswald', sans-serif;
  color: #fe987e;
  text-shadow: 2px 1px 2px #5f0027cf;
  display: block;
  font-size: 30px;
  text-align: center;
}

.text-link {
  margin-bottom: 50px;
  font-family: 'Oswald', sans-serif;
  color: #fe987e;
  text-shadow: 2px 1px 2px #5f0027cf;
  font-weight: 700;
  display: block;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.text-link:hover {
  color: #fc79a2;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url("img/mobile_back_yk.jpg");
    background-size: 600px;
  }

  .container {
    align-items: center;
  }

  .wrapper {
    width: 100%;
  }

  .header {
    color: #fe987e;
    text-shadow: 2px 2px 2px #960061;
  }

  .link {
    background-color: #e64c8bc4;
  }

  .closed {
    background-color: rgba(116, 116, 116, 0.49);
  }

  .text-link {
    color: #fe987e;
    text-shadow: 2px 2px 2px #960061;
  }

}

@media screen and (max-width: 480px) {
  body {
    background-image: url("img/mobile_back_yk.jpg");
    background-size: cover;
  }

  .header {
    margin: 60px auto 20px;
    font-size: 16px;
  }

  .link {
    background-color: #e64c8bc4;
    width: 240px;
    height: 50px;
    background-size: 160px;
    border: 1px solid #fec0c9;
  }

  .closed {
    border: 2px solid #a5a5a5;
    background-color: rgba(116, 116, 116, 0.49);
  }

  .text-link {
    margin-bottom: 35px;
    font-size: 16px;

  }

  .wrapper {
    padding-top: 0px;
  }

  .of {
    background-size: 160px;
  }

  .ig {
    background-size: 130px;
  }

  .tw {
    background-size: 100px;
  }

  .fb {
    background-size: 120px;
  }

  .tz {
    background-size: 100px;
  }

  .tg {
    background-size: 170px;
  }

  .fa {
    background-size: 240px;
  }

  .tk {
    background-size: 140px;
  }


}

@media screen and (max-width: 300px) {

  .text-link {
    font-size: 13px;
  }

  .header {
    font-size: 14px;
  }
}
