body {
  margin: 0;
  background: #e5e7eb;
  min-height: 100vh;
  background-image: url("assets/favicon.svg") ;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 150px;
}