CSS - tekst

p{
  color: blue;
  font-family: Tahoma, Arial;
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  line-height: 40px;
}