@font-face {
      font-family: 'helvetipixel';
      src: url(https://freast.neocities.org/helvitipixel/helvetipixel-webfont.woff);
    }

body{
  font-family:'helvetipixel';
  font-size:24px;
}
#container{
  max-width:900px;
  margin: 0 auto;
}

.box{
  width:400px;
  background-color:white;
  border: 3px solid #ffc2ed;
  padding: 0 20px 0 20px;
  text-align:center;
}

button{
  padding: 5px 10px 5px 10px;
  background-color:#ffc2ed;
  margin: 5px;
  font-size:24px;
  font-family:'helvetipixel';
}

button:hover{
  background-color:#ffe4fe;
}

#flex{
  display:flex;
}

main{
  flex:1;
  order:2;
  width:400px;
  
}

aside{
  display:flex;
  flex-direction:column;
  width:400px;
  order:3;
  margin-left:auto;
  margin-right:auto;
  
}