body {
    color: white;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    display: flex;
    color: red;
    justify-content:space-between;
    list-style-type: none;
    align-items: center;
    padding: 15px;
}

.lista {
    padding: 10px;
    line-height: 30px;
    color: chocolate;
}

.texto {
    color: white;
}

img {
    width: 500px;
    height: 300px;
   
}

.texto1 {
    color: red;
}

.imgcenter1 {
    text-align: center;
}

.titulo {
    text-align: center;
    padding: 15px;
    list-style-type: none;
    color: red;
}