body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  background-image: url("images/PinkBackground.jpg");
  background-size: cover;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

#headshot {
  display: block;
  margin: 40px auto 30px auto;
  width: 200px;
  border-radius: 100px;
  border: 4px solid #333;
}

h2, h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-family: "Poppins";
  font-size: 52px;
  color: #a04c66;
  margin-bottom: 0px;
  text-align: center;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #555;
  padding-left: 50px;
  margin-top: 35px;
  border-bottom: 2px solid rgba(160, 76, 102, 0.2);
  padding-bottom: 6px;
}

h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #555;
  padding-left: 50px;
}

#tagline {
  text-align: center;
  padding-left: 0px;
}

#titles {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 65px;
}

p {
  margin-bottom: 15px;
}

ul {
  list-style: none;
  padding-left: 0;
}


ul li {
  position: relative;
  margin-left: 75px;
  padding-left: 35px;
  margin-bottom: 10px;
}

ul li::before {
  content: "";
  background-image: url("images/Bulletpoint.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

a {
  line-height: 1.6;
}
a:link {
  color: #a04c66;
  text-decoration: none;
}
a:visited {
  color: #6d3b50;
}
a:hover, a:focus {
  color: #c86f8d;
  text-decoration: underline;
}
a:active {
  color: #ffb6c1;
}
