body {
  background-color: pink;
}
h1 {
  color: white;
}
p {
  color: white;
}
.aboutme {
  background-color: purple;
  color: white;
  border: 2px solid black;
  margin: 5px;
  padding: 5px;
}
.funbutton{
    background-color: blueviolet;
    color: white;
  font-size: 15px;
  padding: 6px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.funbutton:hover {
    background-color: purple;
}
.pfp{
    width: 100px;
    height: 100px;
}