body {
    font-family: 'Montserrat', sans-serif;
}

.hero {
    background: url('images/filmmaker_bg.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.g-recaptcha {
    margin-top: 15px;
}
