body {
    font-family: Georgia, serif;
    background-image: url("lace.jpg");
    margin: 0;
}

#wrapper {
    width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
}

header {
    text-align: center;
}

.tagline {
    font-style: italic;
}

nav {
    background: #d8a6b1;
    padding: 10px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

nav li {
    margin: 0 15px;
}

nav a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

nav a:hover {
    color: #b30059;
}

.intro img {
    float: left;
    margin-right: 20px;
    max-width: 350px;
}

input {
    padding: 5px;
}

footer {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background: #eee;
}

.skip-link {
    position: absolute;
    left: -999px;
}
