/* set default fonts */
html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Georgia', 'Times', serif;
}
/* Headers */
h1,
h2 {
  color: white;
}
/* Contact Card Title */
dt {
  color: #cd373e;
}
/* Other Contact Card Info */
dl,
dd {
  color: #231F20;
}
/* Italicized text */
em {
}
/* Bolded text */
strong {
}

header {
  background-color: #cd373e;
}
footer {
  text-align: center;
  font-size: 50%;
}

/* Page background color */
article {
  background-color: #4C4955;
}
/* Buttons */
.pure-button {
  color: #cd373e;
  background-color: #E8E8E8;
}

.masthead {
  background-color: #4C4955;
}
/* Card Background Color and Border*/
.card {
  background-color: #E8E8E8;
  border: 1px solid black;
}
