* {
  padding:0;margin:0;
}

body {
  background-color: #fbd3f9;
  color: #ea6dd1;
  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;
}

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

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


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

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

a:hover {
  text-decoration: none;
  color: hotpink;
}


a:active {
  text-decoration: none;
  color: white
}

::selection {
  color: white;
  background: #56def0;
}

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