html,
body {
  margin: 0;
  height: 100%;
}

.recharts-layer.recharts-pie,
.recharts-sector:focus {
  outline: none !important;
  outline-color: none;
  outline-style: none;
  outline-width: none;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url('get-funds-success.jpg') url('sepa.jpg');
}
