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

.wrapper {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
  img {
    border-radius: 0.5em;
  }
}

.header {
  background: #1B1725;
}

.footer {
  color: #BABABA;
  background: #505050;
}

.main {
  max-width: 800px;
  text-align: left;
  font-weight: normal;
  background: #BABABA;
  margin-top: 1em;
  padding: 1.5em;
  padding-top: 2em;
  border-radius: 1em;
  a:link, a:visited {
    color: #322b44;
  }
}



.out {
  color: #BABABA;
  padding-bottom: 2em;
  a:link, a:visited {
    color: #BABABA;
  }
  img {
    text-align: center;
    border-radius: 0em;
  }
}


.home {
  background: #505050;
  a:link, a:visited {
    color: #BABABA;
    text-decoration-line: none;
  }
  position: sticky;
  top: 20px;
  right: 30px;
  z-index: 99;
  padding: 15px;
  border-radius: 10px;
  width: fit-content;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; }
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}

body {
  padding: 2em;
}

/* #BABABA */
/* #1B1725 */
/* #505050 */