#root {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

@media (min-width: 481px) {
  #root {
    background-color: #ffffff !important;
    max-width: 480px;
    margin: 0 auto;
  }
}
