img {
  width: 300px; 
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-repeat: repeat-x;
}
  .italic {
  font-style: italic;
  color: #FF7DF9;
}
body {
  background-image: url("images/DSCN0774.JPG");
  background-size: cover;
}
.picturebox {
  width: 25%;
  background-color: pink;
  height: 350px;
  margin-top: 400px;
  padding: 5px;
}
.aboutme {
  width: 20%;
  background-color: pink;
  height: 125px;
  margin-top: 400px;
  vertical-align: top;
}
.aboutmehead {
  font-weight: bold;
  padding: 20px;
}
h2 {
  text-align: center;
}