body {
    font-family: "Lora";
    margin: 0;
}

.text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background: url("/static/midsummer-large.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 50vw;
    margin-top: 0;
}

.names {
    font-family: "Montserrat";
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 48pt;
    color: white;
    margin-top: 0;

    //padding-top: 1em;
    padding-bottom: 1em;
}

a {
    color: inherit;
}
