Olá, boa tarde.
Estou com problema no style-home, se puderem me ajudar agradeço muito.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Barbearia Alura</title>
<link rel="stylesheet" href="style-home.css">
</head>
body{
}
.titulo-principal {
padding-left: 20px;
}
#banner {
width: 100%;
}
.principal {
background: #cccccc
}
.titulo-centralizado {
text-align: center;
}
p{
text-align: center;
}
#missão {
font-size: 20px;
}
em strong {
color: red;
}
.itens {
font-style: italic;
}
.beneficios {
background: #ffffff;
}
ul {
display: inline-block;
vertical-align: top;
width: 20%;
margin-right: 15%;
}
.imagembeneficios {
width: 50%;
}