@import url('./variables.css');
@import url('./animation.css');

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main {
  width: 800px;
}

menu {
  height: 48vh;
}

@media screen and (max-width: 800px) {
  #container {
    width: 100%;
  }
}

#section-1 {
  height: 60vh;
}

#section-1 > div > div {
  width: 200px;
  height: 200px;
  background-color: deeppink;
}
