html, body {
    margin: 0;
    padding: 0;
}

.bgimage {
    width: 100%;
    height: 100%;
    background: url(../img/main.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
    padding: 0;
}

.title {
    font-family: 'Questrial', 'cursive';
}

.lead {
    font-family: 'Questrial', 'cursive';
    font-size: 1.25rem;
    font-weight: 300;
}

.btn-lg {
    margin-top: 5px;
}
