.union {
    background-color: darkgrey;
}

.title {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: xx-large;
    color: crimson;
    background-color:darkgrey;
    
}
.picture {
    float: right;
}

.text {
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: darkgrey;

}
