body {
    background: url("/images/background.jpg") repeat top left;
}

.header {
    margin-top: 3rem;
    text-align: center;
}

.header .image img {
    width: 100%;
    max-width: 600px;
}

.content {
    max-width: 600px;
    margin: 2rem auto;
    text-align: center;
}

.content img {
    width: 100%;
    max-width: 520px;
}

h2 {
    font-family: "Times New Roman", serif;
    font-size: 2.5em;
}

h3 {
    font-family: "Times New Roman", serif;
    font-size: 1.8em;
}

p {
    font-size: 1.2em;
}

.wedding div {
    display: flex;
    flex-wrap: wrap;
}

.wedding a {
    margin: 0.2em;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landscape {
    width: 100%;
    height: auto;
}

.portrait {
    width: auto;
    height: 100%;
}

.downloads {
    width: 30%;
    min-width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.downloads a {
    text-decoration: none;
    color: blue;
}

