.ml-1 {margin-left: 1rem !important;}
.pb-2 {padding-bottom: 2rem !important;}
.theme_link {
    color: #4d4643 !important;
    transition: 0.25s;}
.theme_link:hover {
    color: #f03c02 !important;
    transition: 0.25s;
}
.font_weight_400{font-weight: 400 !important;}
.project_image:hover{
    filter: brightness(50%);  
    transition: all 0.2s linear;
  }
.project_image{transition: 0.2s !important;}
.text_white_hover:hover{color: #ffffff !important;}
label.error{
    color: #dc3545 !important;
}
.justify_text{
    text-align: justify !important;
  }