body{
  background-image:url('stars 1.gif');
  margin: 0 auto;
  padding: 0 20px;
}

h1{
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  font-size: 50px;
  position: relative;
  top: 10px;
}

p1{
  font-family: "Century Gothic", sans-serif;
  font-size: 20px;
  position: relative;
}

.heading{
  background-color: white;
  height: 100px;
  width: 1000px;
  position: relative;
  left: 100px;
  top: -10px;
}

.parent{
      display: flex;
      background-color:white;
      height: 512px;
      width: 1000px;
      position: relative;
      left:100px;
}

.p1{
  height: 200px;
  width: 400px;
  position: relative;
  top: 5px;
  left: 75px;
  overflow: auto;
}

.pic{
  height: 200px;
  width: 200px;
  position: relative;
  top: 5px;
  left: 5px;
  border: black solid 2px;
}

.socials{
  height: 100px;
  width: 100px;
  position: relative;
  top: 1px;
  left: 500px;
  border: black solid 2px;
}

