h1, h2, li, h3, img, iframe {
   text-align: center;
  }
  iframe {
    margin-left: 25%;
  }
  .imagerow{
    display: inline-block;
    max-width: 33%;
    text-align: center;
  }
  sub {
    text-align: center;
    font-size: 11px;
  }
  li {
    margin: 2px 0;
  }
  .div-center {
    text-align: center;
  }
  body {
    font-family: sans-serif;
  }
  ul {
    text-align: center;
    list-style-type: none;
  }
  .background {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: pink;
  }
  hr {
    background-color: pink;
    border: pink;
    height: 1px;
  }
  img {
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.para {
  text-align: center;
  max-width: 500px;
  overflow-wrap: break-word;
  margin: 0 auto;
}
.space1 {
  margin-bottom: 0px;
}
.socials {
  padding-right: 35px;
}
.para2 {
  text-align: center;
}
.para3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.image-border {
  background-color: lightpink;
  border: 5px solid lightpink;
  padding: 10px;
}
.name {
  background-color: lightpink;
  border: 2px solid lightpink;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 10px;
}
.about {
  background-color: lightpink;
  border: 2px solid lightpink;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 10px;
}