body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.d-flex {
  display: flex;
}

.g-20 {
  gap: 20px;
}