.zIndex-100{
    z-index:100;
}

.custom-box {
    box-shadow: 3px 3px 3px 3px grey;
    border-radius: 2px;
  }

.font-arial {
    font-family:Arial;
}

.bg-white {
    background-color:white;
}

.bg-amber {
    background-color:rgb(223,177,98);
}

.bg-dark-grey {
    background-color: rgb(131, 114, 108);
  }

.pb-30 {
    padding-bottom:30px;
}

.highlighted-text-area {
    background-color: lightgrey;
    border: 2px solid white;
    border-radius: 2px;
  }

.fade-in-left {
visibility: visible;
animation-duration: 1500ms;
animation-delay: 0ms;
animation-name: fadeInLeft;
}

.h-300 {
    height:300px;
}

.h-120 {
    height:120px;
}

.border-0 {
    border: 0;
}

.mb-50 { 
    margin-bottom:50px;
}