body {
  background-color: #b3b3b3;
  display: flex;
  justify-content: center;
}
#root {
  background-color: white;
}
@media only screen and (min-width: 750px) {
  #root {
    width: 750px;
  }
}

/* Toastify__toast-icon Toastify--animate-icon Toastify__zoom-enter {
  font-size: 10px;
} */
