body {
  background-color: pink;
  color: white;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  height: auto;
  max-width: 100vw;
}
.product-picture {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  height: auto;
  max-width: 50vw;
}

.profile-name {
  padding: 30px;
  font-size: 28px;
}
.links {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid red;
  border-width: 2px;
  width: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: white;
  transition: color 1s;
}
a:hover {
  color: black;
  background-color: white;
}
.product-box {
  text-align: center;
  border: 1px black;
  border-width: 2px;

}