* {
  padding: 0;
  margin: 0;
  font-family: "Cairo", serif;
  direction: rtl;
  /* color: #f8f9fa; */
}

a {
  text-decoration: none;
}

/* body {
            height: 2000vh;
        } */

.btn-light {
  background-color: #fff;
  border: #fff;
  border-radius: 20px;
  height: 50px;
  width: 33%;
}

.back {
  background-image: url(../imgs/bg1.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 1;
}

ul li {
  margin-bottom: 40px;
}

.bgg {
  background-color: rgba(109, 40, 217, 0.5);
}

.bggg {
  background-color: rgba(109, 40, 217, 1);
}

.text-success {
  color: rgb(0, 192, 176) !important;
}
