.full {
    min-height: 100vh;
    background-image: url('../images/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullBox {
    flex: 1;
    background-color: rgba(0, 0, 0, .7);
}

.title {
    padding-top: 8rem;
}

.search-bar {
    margin-top:4rem;
}

.search-bar .input {
    line-height: 2;
    background-color: white;
}

.search-bar .input:focus, .search-bar .input:active {
    z-index: auto;
}

.result {
    margin-top: 4rem;
}

@media (min-width: 1232px) {
    .container {
        width: var(--width-middle);
    }
}