body {
    margin: 0;
    font-family: "Jost", sans-serif;
    background-image: url("../images/nyc_christmas.jpg");
    background-size: cover;
    background-position: center;
}
header {
    background-color: #121212;
    color: #faf8f5;
    padding: 2rem;
    text-align: right;
}
.header1 {
    font-family: "Lora", serif;
    font-size: 3rem;
    color: #8c1d18;
    line-height: 1.25;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
h2.logo {
    background-color: #8c1d18;
    text-align: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: grid;
    align-items: center;
}
main {
    border: 0px solid #8c1d18;
}
article {
    background-color: #faf8f5;
    border: 1px solid #b68b37;
    padding: 1.3rem;
    margin: .5rem;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
footer {
    background-color: #121212;
    color: #faf8f5;
    padding: 1rem;
    text-align: center;
}
h1 {
    text-align: center;
}

/* placeholder for future styles */
.wrapper {
    border: 0px solid #121212;
    margin: 0 auto;
    max-width: 40rem;
}

/* link styles */
header a:link {
    color: #faf8f5;
    font-weight: 600;
    text-decoration: none;
}
header a:visited {
    color: #faf8f5;
    font-style: italic;
    text-decoration: none;
}
header a:hover {
    color: #faf8f5;
    text-decoration: underline;
    font-weight: 700;
}
header a:active {
    color: #faf8f5;
    font-weight: 700;
    text-decoration: none;
}
a:link {
    color: #b68b37;
    font-weight: 600;
}
a:visited {
    color: #9B4DCC;
    font-style: italic;
}
a:hover {
    color: #3B82C4;
    text-decoration: underline;
    font-weight: 700;
}
a:active {
    color: #1D6A40;
    font-weight: 700;
}