h1 {color:black;
font-weight: bold;
font-size: 30px;
text-align: center;}
h2 {color:#0000CD;
font-size: 20px;}
h3 {color:black;
}
body {
  background-color: #FFFFF0;
  font-family: "droid-serif";
} 
.box {
  width: 250px;
  height: 150px;
  padding: 10px;
  margin: 10px;
  background-image: linear-gradient( red, yellow, red);
  }

.box2 {
  border-style: dashed;
  border-width: thick;
  border-color: red white; 
  outline-style: solid;
  outline-width: thick;
  outline-color: blue;
}
  
