#profile-image {
  width: 200px;
  border-radius: 100%;
  border: 5px solid white;
}

#pork-header {
  color: pink;
  background-color: brown;
  border: 10px solid pink;
}

body {
  font-family: Arial;  
  background-color: lightblue;
}

h1 {
  font-size: 42px;
  
  color: white;
  background-color: blue;
  border: 10px solid blue;
  border-radius: 20px;
}

img {
  width: 50px;
  border-radius: 10px;
  border: 5px solid orange;
  background-color: orange;
}