body {
  background: #f2d0ff;
  font-family: Verdana, Arial, sans-serif;
  color: #111;
}

.container {
  width: 900px;
  margin: auto;
  background: #ffffff;
  border: 4px solid #ff7ac8;
}

.header {
  background: #ffc2e5;
  padding: 12px;
  text-align: center;
}

.tagline {
  font-size: 12px;
  color: #333;
}

.main {
  display: flex;
}

.left, .right {
  width: 200px;
  background: #f0f4ff;
  padding: 10px;
}

.center {
  width: 500px;
  padding: 10px;
}

.profile-pic img {
  width: 100%;
  border: 3px solid #8ecae6;
  margin-bottom: 10px;
}

.box {
  border: 2px solid #a2d2ff;
  background: #ffffff;
  padding: 8px;
  margin-bottom: 10px;
}

.links {
  list-style: none;
  padding: 0;
}

.links a {
  color: #ff006e;
  font-weight: bold;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.friends {
  text-align: center;
  background: #e0fbfc;
  padding: 15px;
  border-top: 3px solid #98c1d9;
}

.friend-list a {
  margin: 0 8px;
  color: #3a86ff;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  background: #ffc2e5;
  text-align: center;
  font-size: 11px;
  padding: 8px;
}
