.styled-section{
background-color: pink;
  padding: 40px;
  margin-top: 30px;
  border: 5px solid purple;
}
.styled-section h1{
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
  text-align: side;
  color: blue;
  text-shadow: 2px 2px 5px white;
}
.styled-section p{
  font-family:Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: brown;
  text-align: center;
}
.note{
  font-style: italixs;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: white;
  padding: 15px;
  margin-top: 30px;
  border-left: 5px solid blue;
}
.styled-section img{
  display: block;
  margin: 15px auto;
  border-radius: 5px;
  border: 4px solid black;
  box-shadow: 0px 8px 15px black;
}