/* GOOGLE FONT */

.radley-regular {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
}

.radley-regular-italic {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: italic;
}


body {

    background-color: rgba(199, 149, 87, 0.76);
    color: white;
    text-align: center;

}

header {
    background-color: #423E39;
    /* background-color: #6D6254; */
    color: white;
    padding: 20px;
    margin-bottom: 20px;
}

footer {
    background-color: #423E39;
    /* background-color: #6D6254; */
    color: white;
    padding: 10px;
    margin-top: 20px;
}

/* 
    IDs
*/

#content {
    background-color: #6D6254;
    min-height: 700px;
    padding: 20px;
}
