body{
    background-image: url(./assets/images/Spaanse_vlag.jpeg);
}

.backgroundcolor_Text{
    background-color: white;
}

.color-title{
    font-weight: normal;
}

img{
    width: 200px;
    height: 200px;
}

#red{
    color: red;
}

#blue{
    color: blue;
}

#orange{
    color: orange;
}

#green{
    color: green;
}

#yellow{
    color: yellow;
}