body {
  background-image: url("week6-reflection-bkgd.png");
  font-family: 'Brush Script MT', cursive;
  color: #ff00a1;
  justify-items: center;
}
p {
  color: #ff00a1;
  
}
h1 {
  color:darkblue;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: rgba(159, 25, 81, 0.22);
  border: outset;
  background-color: rgba(159, 25, 81, 0.47);
  border: outset;
  border-color: rgba(95, 158, 160, 0.56);
  width: 1000px;
}

h2 {
  color:darkblue;
  background-color: rgba(159, 25, 81, 0.22);
  border: outset;
  background-color: rgba(159, 25, 81, 0.47);
  border: outset;
  border-color: rgba(95, 158, 160, 0.56);
  width: 1000px;
}
.h2ref {
  color:darkblue;
  width: 1000px;
  background-color: rgba(159, 25, 81, 0.22);
  
}
.section{
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: cornflowerblue;
  opacity: 0.75;
  border: outset;
  border-color: rgba(95, 158, 160, 0.56);
  width: 936px;
  margin: 35px;padding: 35px;
  justify-content: center;
  
}

.sectionvisual{
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  background-color: cornflowerblue;
  border: outset;
  border-color: rgba(95, 158, 160, 0.56);
  width: 1000,px;
  margin: 35px;
  opacity: 1px;

}

img {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border: outset;
  border-color: rgba(95, 158, 160, 0.56);
  width: 1000px;
  margin: 35px;
}