body {
  background-color: lightblue;
  font-family: sans-serif;
  text-align: center;
  margin-top: 50px;
}

#userInfo {
  margin-bottom: 20px;
}

#pic {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

button {
  background-color: white;
  border: 1px solid gray;
  padding: 8px 15px;
  cursor: pointer;
}
