* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
  user-select: none;
}

body {
  background: rgb(37, 18, 90);
  color: white;
  padding-top: 100px;
}

li a {
  color: white !important ;
}

ul li a:hover {
  color: rgb(139, 61, 177) !important;
}

img {
  width: 60px;
}

.btn {
  color: white;
}

.doc-image {
  width: 50% !important;
}

.form-floating,
input {
  color: rgb(139, 61, 177);
}

.form-control,
select {
  margin-bottom: 10px;
}

.carousel-item {
  padding: 8% 12%;
}

.carousel-item img {
  width: 50% !important;
}

.card-image-top {
  width: 100% !important;
  background-color: rgb(139, 61, 177);
}

.card {
  text-align: center !important;
}

.navbar {
  background: rgba(52, 24, 128, 0.597);
  height: 60px;
}
