* {
  box-sizing: border-box;
}
html,body,main {
  font-size: 18px;
  max-width: 800px;
  margin:0 auto 0 auto;
}
img{
  max-width:100%;
  width:100%;
}
@media screen and (min-width:600px) {
  .figureBox {
    display: flex;
  }
}
footer{
}
.copyright,.links{
  display:flex;
  justify-content: space-between;
  width:100%;
}
