#app {
  background: #0F172B;
  background: linear-gradient(145deg, rgba(15, 23, 43, 1) 0%, rgba(28, 57, 142, 1) 100%);
  min-height: 100vh;
  color: white;
}
