p {
  font-family: "Times New Roman", serif;
}

h1 {
  font-family: "Times New Roman", serif;
}

h2 {
  font-family: "Times New Roman", serif;
}

body { 
  background-image: "Butterfly.jpeg"
}

.box {
  width: 500px;
  background-color: red;
}


