
body {
  background-color: black;
  background: url(filth.jpg);
  background-size: contain;
  color: #b0b000;
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 35px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}


img {
  width:auto;
  height: 700px;
  object-fit: contain;
}

.img2 {
  max-width:600px;
  height:auto;
  max-height: 500px;
}

.img3 {
  max-width:500px;
  height:auto;
  max-height: 500px;
}

.img_group{
  width:50vw;
  height: auto;
  max-height: 100vh;
  border: 3px solid hotpink;
}


a:link {
  font-weight: 400;
  text-decoration: none;
  color: #ff45c7;
}

a:visited {
  text-decoration: none;
  color: #ff45c7;
}

a:hover {
  text-decoration: none;
  color: #660022;
}


a:active {
  text-decoration: none;
  color: #ff0051;
}

::selection {
  color: #660022;
  background: #706015;
}

.backbutton{
  position: fixed;
  top: 0%;
  left: 0.5%;
  font-size: 60px;
}