.dark-background-top {
    background-image: url("../../assets/background/dark_background_cut.png");
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    color: white;
    padding-bottom: 5rem;
    padding-top: 1.25rem;
    width: 100%;
}

.dark-background-top h1 {
    color: white;
}

.dark-background-top h3 {
    color: white;
}