 body {
    text-align: center;
    background: #0e0d0d;
}  

h1 {
    color: white;
}

p {  
    text-align: center;
    color: white;
}

#lema{
    font-size: 25px;
   color: #f50606;

}

h2 {
    color:white;
}
.itens {
    color: white;
    font-style: italic;
}

.beneficios{
    background-color: #0e0d0d;
}

h2 {
    text-align: center;
}

ul{  
   display: inline-block;
   vertical-align: top;
   width: 20%;
   margin-right: 15%;

}

#imagempart2 {
    width: 50%
}