.texto{
    color: blue;
    text-align: center;
    font-size: 20px;
    background-color: rgb(255, 195, 229);
}
#titulo{
    color: rgb(25, 166, 180);
    text-align: center;
    font-size: 25px;  
    background-color: rgb(213, 236, 240);
}
.nome{
    background-image: linear-gradient(#254831,#e544e5);
    color: aqua;
}
li {
    list-style-type: none;
  }
header {
    padding: 20px;
    background-color: #3c0142;
    border-bottom: 2px solid white;
    font-size: 32px;
    color: white;
}  