body {
    background-color: #f6efe3;
    color: #6b3f00;
    font-family: Georgia, serif;
    margin: 0;
    padding: 30px;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: #7a4e00;
    text-align: center;
    margin-bottom: 0;
}

.tagline {
    font-family: 'Allura', cursive;
    font-size: 4rem;
    color: #7a4e00;

    margin-top: -15px;

    position: relative;
    left: 60px;   /* move right */
}

h2 {
    font-size: 36px;
    color: #6b3f00;
}

p, li {
    font-size: 20px;
    line-height: 1.5;
    
}

nav {
    text-align: center;
    margin: 25px 0;
}

nav a {
    background-color: #fffaf0;
    color: #6b3f00;
    text-decoration: none;
    padding: 12px 18px;
    margin: 6px;
    border-radius: 20px;
    display: inline-block;
    font-size: 18px;
}

nav a:hover {
    background-color: #eadcc7;
}

section {
    background-color: rgba(255, 250, 240, 0.75);
    padding: 25px;
    margin: 25px auto;
    border-radius: 25px;
    max-width: 850px;
}

p {
    text-align: center;
}

