@font-face{
  font-family: 'space mono';
  src: url('/SpaceMono-Regular.ttf') format('truetype');
}

body {
  background-color: hsl(294, 100%, 86%);
  font-family: 'space mono';
  background-image: url('/mei.png');
  background-size: 100px;
  font-size: 1em;
}
div {
  margin: auto;
  width: 100%;
  min-width: 1200px;
  max-width: 3000px;
}

#restart {
  background-color: hsla(57, 100%, 86%, 0.85);
  width: 100%;
  margin: auto;
}
#restart header > * {
  width: 100%;
  margin: auto;
}

#restart img {
  max-height: 200px;
  max-width: 200px;
}
  
#restart article {
  /*display: grid;*/
} 

#shaks {
  width: 50%;
  margin: auto;
  display: flexbox;
  flex-direction: row;
}

#shaks img {
  width: 50%;
  display: inline;
}

.aside {
  box-sizing: content-box;
  display: inline;
}