.introduction {
    background-image: none;
    min-height: calc(100vh - 300px);
}

.separationGradient {
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, rgb(200, 0, 0), white);
}

.title {
    width: 50%;
}

.welcomeTitle {
    align-items: center;
}