@media (min-width: 690px) {
  body {
    background-color: #f5f5f5;
    /* background-image: url(./img/background.jpg); */
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}

#root {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
