@import 'reset.css';

body {
  background-color: #f5dc00;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

nav {
  margin: 0 4rem;
  display: flex;
  justify-content: center;
  position: relative;
}

#nav-img {
  width: 100%;
  max-width: 60rem;
}

main {
  display: flex;
  justify-content: center;
}

