.home {
    font-family: Poppins, sans-serif;
    letter-spacing: .1rem;
}

.banner-background {
    background: url("../img/banner.jpg") center;
}

.banner-text {
    width: 50%;
    backdrop-filter: blur(8px);
    border: 1px white solid;
    padding: 15px;
    color: white;
    letter-spacing: .3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.125;
}

@media only screen and (max-width: 600px) {
    .banner-text {
        width: 100%;
        margin-top: 40px;
        font-size: 18pt;
        backdrop-filter: blur(8px);
        border: 1px white solid;
        color: white;
        letter-spacing: .3rem;
    }
}