*{margin:0;padding:0;}
#root {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f3e7;
}

#container {
  position: relative;
  width: 100%;
  max-width: 1400px;
}