.title {
    color: yellow;
    text-align: center;
}
body {
background-image: url("https://dotmidi.neocities.org/images/backgrounds/cool-bg.png");
}
.container{
    align-content: center;
    padding: 10px; 
    margin: auto;
    background-color: black; 
    border: 3px dashed white;
    height: 550px;
    width: 1005px;
    display: flex;
}
.image {
    align-content: center;
    flex: 1;
    overflow: hidden;
}
.text {
text-align:center;
color:yellow;
flex: 1;
}
footer{
color:yellow;
text-align: center;
}
p
{
color:yellow;
text-align: center;
}
ul {
color:yellow;
list-style-type: square;
}