.background {
    width: 100vw;
    height: 100vh;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide {
    text-align: center;
}

.slideContent {
    display: flex;
    align-items: center;
}

.imageContainer {
    flex: 1;
}

.image {
    width: 100%;
}

.textContainer {
    flex: 1;
    padding: 20px;
}
