body {
  background-color: #222529;
  font-family: sans-serif;
}

main {
  background-color: #e8ebeb;
  max-width: 600px;
  min-height: 450px;
  padding: 10px 20px;
  margin: 20px auto;
  color: #2b2729;
}

h1 {
  text-align: center;
}

a,h1 {
  color: #e67d42;
}

.me {
  display: block;
  margin: 0 auto;
  max-height: 450px;
  text-align: center;
  /* filter: invert(13%) sepia(5%) saturate(678%) hue-rotate(277deg) brightness(92%) contrast(91%); */
}

@media screen and (min-width: 600px) {
  main {
    padding-right: 50px;
  }

  .me {
    float: left;
  }

  h1 {
    text-align: inherit;
  }
}


