body {
  text-align: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-family: "Arial", sans-serif;
}

h1, h2, h3 {
  color: #00ccff;
}

ul {
  list-style-type: none;
}

li {
  margin-bottom: 0.5em;
}
.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  border: 3px solid #00ccff;
}
