header {
    width: 100%;
    padding: .8rem;
}

.bg-white-gradient {
    background: linear-gradient(to bottom, #fff, transparent 100%), linear-gradient(to bottom, #fff, transparent 100%);

}

header .title {
    font-size: 1.2rem;
    font-weight: 500;
}