body {
  font-family: 'Arial', sans-serif;
  background: url('/png/background.png') center center / cover no-repeat fixed;
  color: #fff;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
