html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: Orchid;
  background-image: url("/pics/bgDoodles.png");
  background-size: 40%;
}

.fas.fa-chevron-right{
  justify-self: right;
  display: inline;
  font-size: 150%;
  padding-right: 17px;
}

.social-beschreibung {
  font-size: 230%;
  font-family: 'Nerko One', cursive;
  color: black;
  text-align: center;
}

.socials{
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 5px solid black;
  padding: 10px;
  padding-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7%;
  border-radius: 25px;
  width: 80%;
  margin-bottom: 10vw;
}

hr{
  border: 3px solid black;
  border-radius: 3px;
  background-color: black;
  margin-bottom: 5%;
  width: 85%;
}

.link {
  border: none;
  text-decoration: none;
}

.butterlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  width: 100%;
  position: relative;
  z-index: 2;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  position: relative;
  z-index: 1;
}

.link:hover{
  transform: scale(1.05);
  transition: transform 300ms;
}

.yt{
  width: 23%;
}

.placeholder{
  width: 100%;
  height: 10vw;
}

@media only screen and (min-aspect-ratio: 4/5) {
  .social-beschreibung{
    font-size: 180%;
  }

  .socials{
    grid-auto-flow: column;
    width: 80%;
    grid-template-columns: 1fr 0 1fr 0 1fr 0 1fr;
  }

  hr{
    width: 0%;
    height: 85%;
  }

  .butterlogo{
    width: 50%;
  }

  .link{
    padding: 10%;
  }

  .logo{
    width: 35%;
  }
}

@media only screen and (min-aspect-ratio: 4/3) {
  body{
    background-size: 30%;
  }

  .socials{
    grid-auto-flow: column;
    width: 50%;
    margin-top: -5%;
  }

  hr{
    width: 0%;
    height: 85%;
  }

  .butterlogo{
    width: 30%;
  }
}