.home_logo {
    height: 100%;
    width: 100%;
}

#thingy {
    
     /* Prefix required. Even Firefox only supports the -webkit- prefix */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;

}

.black_stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.mb-5 {
    /*margin-bottom: 8rem !important;*/
}

.charity_logo {
    max-width: 100%;
  height: auto;
}