body {
color: blue;
font-size: small;
}
p {
color: cornflowerblue;
font-weight: bolder;
box-shadow: 2px 2px 5px red;
span {
font-size: large;
/* box-shadow: inherit; */