.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}




body {
    font-family:"Spectral";
    background-color: #EBE0D3;
    color: #0C0C09;
    margin: 25px;
    font-size: larger;
}

.header {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.header h1 {
    margin-bottom: 10px;
}

.header h2 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-style: italic;
}

.contact-section {
    display:flex;
    flex-direction: row;
    margin-bottom: 50px;
    background-color: #e8c799;
    padding: 25px;
    border-radius: 5%;
}
.contact-section img {
    width:40%;
    border-radius: 5%;
}

.contact-info {
    margin-left: 100px;
    font-size: 24px;
}

.contact-info i {
    margin-right:10px;
}

.contact-info ul {
    list-style-type: none;
}

.address-section {
    display: flex;
    flex-direction: row;
    margin-left: 50px;
    justify-content: space-between;
}

.address {
    margin-right: 50px;
    font-size: 24px;
}

.address-section img {
    width:50%;
     border-radius: 5%;
}