body {
background-color: rgba(250, 207, 206, 1);
}

h1 {

color: rgba(35, 96, 110, 1);

text-shadow: 4px 4px 5px lightgreen;
text-align: center;
}

.alert-heading {
text-align: center;
}

.img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

footer {
color: rgba(1, 89, 88, 1);
}



/* Color Theme Swatches in RGBA */
.Teal-and-Blush-1-rgba { color: rgba(35, 96, 110, 1); }
.Teal-and-Blush-2-rgba { color: rgba(250, 207, 206, 1); }
.Teal-and-Blush-3-rgba { color: rgba(0, 143, 140, 1); }
.Teal-and-Blush-4-rgba { color: rgba(1, 89, 88, 1); }
.Teal-and-Blush-5-rgba { color: rgba(2, 53, 53, 1); }


