.container {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(/media/bg1.jpg);
}

.content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.content h1 {
    color: white;
    font-size: 68px;
    text-align: center;
    line-height: 200%;
}

.content h2 {
    color: white;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}