.background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-image: url('../imgs/train1.jpg');
    background-size: cover;
    background-position: center;
}

