

p {
  color: red;
   font-size: 20px;
}
h1 {
  font-weight: bold;
  color: green;
  text-decoration: underline;
}

ul{
  color: red;
}

ol {
  color: red;
}


img {
  width: 200px;
  border-style: dotted;
  float: right;
}

.secondcustom{
  background-color: rgb(255, 170, 0);
}

  


