body {
  background-color: Yellow;
  color: black;
  font-family: Arial;
}
.pfp {
  width: 150px;
  height: 150px;
  border-radius: 20%;
  display: block;
  margin: auto;
  box-shadow: 10px 10px 10px gray;
}
h1 { 
  text-align: center; 
  }