body{
    background-color: white;
    display: flex;
    flex-wrap: nowrap;

}

#uno{
    color: green;
}

.dos{
    color: blueviolet;

}

h1:nth-of-type(4){
    color: pink;

}
p{
    width: 50%;
}