h1 {
  color: rgb(123, 10, 228);
}
body {
  color: black;
  font-size: larger;
  font-weight: 300;
  background-image: url(./images/cute-white-rat-peeking-out-from-behind-blank-banner-isolated-on-white-background-ai-generated-free-photo.webp);
  background-size: 100%;
  margin-left: 20px;
}

h2 {
  color: rgb(231, 67, 155);
}
h3 {
  color: rgb(248, 5, 98);
}
.wildrats {
  background-color: rgba(66, 241, 13, 0.205);
  width: 40%;
  border: 5px solid rgb(14, 177, 226);
  margin-left: 10px;
  color: blueviolet;
  background-repeat: repeat;
}
#ratsfamily {
  height: 300px;
  border-radius: 60px;
  margin-left: 50px;
}
.varietyrats {
  background-color: rgba(66, 241, 13, 0.205);
  width: 40%;
  border: 5px solid rgb(14, 177, 226);
  margin-left: 10px;
  color: blueviolet;
}
#varyrats {
  height: 300px;
  border-radius: 50px;
  margin-left: 50px;
}
.healthrats {
  background-color: rgba(66, 241, 13, 0.205);
  width: 40%;
  border: 5px solid rgb(14, 177, 226);
  margin-left: 10px;
  color: blueviolet;
}
#healrats {
  height: 300px;
  border-radius: 50px;
  margin-left: 50px;
}
img {
  border-radius: 50px;
  border: 7px solid cornflowerblue;
  margin: 15px;
  padding: 3px;
  max-width: 500px;
}
div {
  margin: 23px;
  border-radius: 30px;
  h2 {
    margin-left: 20px;
  }
  p {
    margin-left: 20px;
    margin-right: 15px;
  }
}
ul {
  list-style-type: none;
  margin-left: -35px;
}
