/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #e6b0b7;
  background-image: url(https://cdn.3d4medical.com/complete_anatomy-userdata/video-sticky/0f/5b780cfc6f.webp);
  background-size: 250px 175px;
  background-repeat: repeat;
  border: 7px solid;
  border-color: #e18989;
  color: #333333;
  padding: 1px 20px 20px 20px;
  width: 60%;
  height: auto;
  margin-left: 20%;
  margin-right: 20%;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
h1 {
  font-family: "Arial Bold";
  color: #942316;
  text-shadow: 0px 8px 0px #ffe3e7;
  justify-self: center;
}
p {
  font-family: "Times New Roman";
  color: #9f1a1a;
}
ul {
  color: #da8f95;
}
.all {
  block-size: 1500px;
  background-color: aliceblue;
  margin-block: 1%;
  margin-left: -1%;
  margin-right: -1%;
}
.border {
  justify-self: center;
}
.heading {
  text-decoration: underline;
}
