html {
}

/* black: #211F26 */
/* gray: #8C8181 */
/* light brown: #D9967E */
body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  background-color: #F2F2F2;
  /* color: #111; */
  /* background-color: rgb(247,	249,	250); */
  /* color: rgb(15,	16,	19); */
  color: #212026;
  line-height: 1.3;
  max-width: 800px;
}

h1 {
  font-weight: 400;
  color: #D95555;
}

h2 {
  /*font-weight: 600;*/
}

h3 {
  font-weight: 600;
}

h4 {
  margin-bottom: 0;
  font-weight: 600;
}

/* Paragraph just after heading */
p {
  margin-top: 0;
}

a {
  /* color: black; */
  color: #2576eb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img.avatar {
    border-radius: 50%;
    float: right;
    margin: 0em 1em 0.5em 1em;
}
@media (max-width: 480px) { /* Targets small screens like iPhones */
    img.avatar {
        margin: 0em 0.1em 0.5em 0.2em;
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 800px) {
  header > h1 {
    margin-top: 2em;
  }
  header.intro > h1 > br {
    display: none;
  }
}

ul, ol {
  padding-left: 1.5em;
}

.floating-image {
    float: right;
    width: 200px; /* Adjust size as needed */
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 20px; /* Adds spacing from text */
}
@media (max-width: 480px) { /* Targets small screens like iPhones */
    .floating-image {
        width: 120px;
        height: 120px;
    }
}
