body {
  margin: 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  position: relative;
  background-color: antiquewhite;
}

#im {
  position:absolute;
  border-radius:20px;
  right: 20px;
  border: 4px solid black;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
h2 {
    margin-top: 0;
    padding: 3px;
    border: 3px solid rgb(43, 226, 73);
    background-color: rgb(160, 221, 196);
  }
hr {
  color: #000;
}

.he {
  color: blue;
  font-size: x-large;
  margin-top: 20px;
}

p {
  font-size: large;
  margin-top: 5px;
}

::marker {
  color: #000;
  font-size: large;
}