#my {
  zoom: 100%;
}

.style-0 {
  cursor: auto;
  background: rgb(247, 247, 247);
}

.content {
  /* max-width: 65%; */
  color: rgb(51, 51, 51);
  /* color: rgb (35, 35, 35); */
  margin: 0px auto;
  /* padding-bottom: 100px;
  padding-top: 100px; */
  font-family:  'Times New Roman', Times, serif;
  box-sizing: border-box;
}

.heading {
  font-size: 23px;
  font-weight: bold;
}

.style-7 {
  font-size: 16px;
  line-height: 32px;
}

a {
  text-decoration: none;
  background: #c7e8f3;
  padding: 3px 2px;
  margin-left: 3px;
  margin-right: 2px;
  color: rgb(51, 51, 51);
}

.a-alt-1 {
  background: #ff7ea6;
}

.a-alt-2 {
  background: #ffcd4f;
}

.a-alt-3 {
  background: #9eddb0ff;
}


nav ul li,
footer ul li {
  display: inline;
  margin-right: 5px;
  /* color: rgb(51, 51, 51); */
  /* font-family: Georgia, sans-serif; */
  /* font-size: 0px; */
}

footer ul li {
  display: inline;
  margin-right: 10px;
  color: rgb(81, 81, 81);
  font-size: 10px;
}

.footer-text {
  display: inline;
  text-decoration: none;
  background: none;
  margin-right: 10px;
  font-size: 15px;
}
.inline-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.header-text {
  display: inline;
  text-decoration: none;
  background: none;
  margin-right: 10px;
  color: rgb(81, 81, 81);

}

/* test */

.two-column-row {
  display: flex;
  max-width: 65%;
  margin: 0px auto;
  padding-bottom: 100px;
  padding-top: 100px;
}

.column-1 {
  flex: 1;
  padding: 5px;
}

.column-2 {
  flex: 2; 
  padding: 5px; 
  box-sizing: border-box;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}

.img-container img {
  width: 85%;
  margin-right: 30px;
  border-radius: 50%;
}

