body {
    background: url(/src/images/IMG_4191.JPG);
    background: linear-gradient(
            rgba(255, 255, 255, 0.85),
            rgba(255, 255, 255, 0)
        ),
        url(/src/images/IMG_4191.JPG),
        linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay, darken;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    font: 900 1rem/1.2 'Futura', Helvetica, Arial, Sans-serif;
}

.content {
    background-color: rgba(255, 25, 25, 0.6);
    margin: auto;
    padding: 2rem;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

h1 {
    line-height: 1;
    font-size: 4rem;
    margin-bottom: 0;
}

h2 {
    line-height: 1;
    font-size: 2rem;
    margin-top: 0;
    margin-left: 15%;
}

a {
    color: #fff;
}
