h1 {
    color: white;
    text-align;center
    padding: 30px;
    background-color: #8c6cbf;
}
body {
  text 
  text-align;center;
  background-color: #541e61
}
p {
   font-family: "Courier New";
   text-align; center;
   padding: 1px;
}
h2 {
   font-family: "Courier New";
}
div {
  background-color: #8c6cbf;
}
.stamp {
  text-align; center;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  width: 200px;
  height: 900px;

}
.bio {
  padding-left: 50px;
  padding-right: 50px;
  overflow-x: hidden;
  background-color: #8c6cbf;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width:  700px;
  height: 300px;
  overflow-y: scroll;c
  background-color: #8c6cbf;
}