body {
}

#bod {
  background-image: url("../../assets/img/download.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-div {
  display: flex;
  justify-content: center;
}

.e-div {
  display: flex;
  justify-content: end;
}

.s-div {
  display: flex;
  justify-content: start;
}

.sp-div {
  display: flex;
  justify-content: space-between;
}

.sa-div {
  display: flex;
  justify-content: space-around;
}

.cdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ediv {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.sdiv {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.spdiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sadiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.dblock {
  display: block;
}

.diblock {
  display: inline-block;
}

.dinline {
  display: inline;
}

input {
  outline: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#lg-div {
  background-image: url("../../assets/img/download.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  #main-container {
    width: 100% !important;
    max-width: 100%!important;
  }
}

