
.brand-name {
    height: 4rem;
}

.cover-container{
    max-width: 42em;
}

.cover-background{
    background-image: url('../img/cover-background-img.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blur{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.mb-auto{
    margin-bottom: auto !important;
}