/*!
Theme Name: DM 2023
Author: Sreeja Vijayan
Version: 1.0.0
Text Domain: dm_23

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* .wrap_lineup{
    background: aqua;
} */


.line-up-content{

    background-color: blue;
}
.full-image{
    background: yellow;
    ;
}

.statement-wrap{
    background-color: blueviolet;
}

.theme-wrap{
    background-color: rgb(102, 185, 218);
}

.location-wrap{
    background-color: bisque;

}
.large-img{
    align-items: flex-start;
}
.small-img{
    align-items: flex-end;
}

.line-up-card{
    background: burlywood;
}

.line-up-notion{
    color: blue;
}

.line-up-designaion{
    color: red;
}