* {
  margin: 0;
}

.d-none {
  display: none !important;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.display-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direction-column {
  flex-direction: column;
}