body {
  background-color: #1e1e1e;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  padding: 0;
  color: white;
}

img.el {
  width: 300px;
  height: 300px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
}

.userName {
  margin-left: 300px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: large;
}

.j,
.Intro,
.animalSections {
  margin-left: 10px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: large;
  margin-bottom: 5px;
  text-decoration: none;
  color: white;
  display: inline-block;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
}

#Introducing-the-zoo {
  clear: both;
  margin-top: 50px;
  margin-left: 0;
  font-family: "Times New Roman", Times, serif;
  font-style: oblique;
  color: aliceblue;
}

.IntroPara {
  margin-left: 0px;
  margin-bottom: 20px;
}

.animal-collection {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  clear: both;
  animation: scroll-left 40s linear infinite;
  background-color: #1e1e1e;
}

.animal-collection img {
  width: 200px;
  height: 300px;
  border-radius: 10px;
  margin-top: 50px;
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animal-marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #1e1e1e;
}

.up a {
  text-decoration: none;
  color: white;
}

.c,
.d,
.b,
.s {
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-bottom: 5px;
  color: antiquewhite;
  text-decoration: none;
}

img.cute {
  width: 260px;
  height: 190px;
  border-radius: 100px;
  float: left;
  margin-right: 10px;
}
.back {
  text-decoration: none;
  color: antiquewhite;
  display: inline-block;
}

.cat_room {
  text-decoration: none;
  color: antiquewhite;
}

.cat-intro {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.cat-intro .pc {
  width: 500px;
  height: 600px;
  border-radius: 50px;
  object-fit: cover;
  margin-top: 60px;
}

.cat-intro .intro-text {
  max-width: 600px;
}

.cat-intro .intro-text h3 {
  font-size: x-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: antiquewhite;
  margin-bottom: 40px;
  margin-left: 70px;
}

.cat-intro .intro-text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: antiquewhite;
  margin-left: 70px;
  margin-top: 10px;
}

.cat-link {
  color: antiquewhite;
  text-decoration: none;
}

.c-c {
  font-size: x-large;
  color: antiquewhite;
  margin-left: 70px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 70px;
}

h1.cat-gallery {
  color: antiquewhite !important;
}

h2.welcome {
  color: antiquewhite !important;
}

.animal-section-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.animal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.animal-grid a {
  display: block;
  text-decoration: none;
  color: #999;
  text-align: center;
}

.animal-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  margin-bottom: 2px;
}

.animal-grid span {
  font-family: sans-serif;
  font-weight: bold;
}

h1.center-title {
  text-align: center;
}

.animal-info {
  display: grid;
  gap: 0px;
}

.animal-info img {
  width: 50%;
  height: auto;
  object-fit: scale-down;
  display: block;
  margin: auto;
}

.animal-info p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

div.footnote {
  display: flex;
  justify-content: space-between;
}

.fox-intro .pc {
  width: 500px;
  height: 600px;
  border-radius: 50px;
  object-fit: cover;
  margin-top: 60px;
}

.fox-intro {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.fox-intro .intro-text {
  max-width: 600px;
}

.fox-intro .intro-text h3 {
  font-size: x-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: antiquewhite;
  margin-bottom: 40px;
  margin-left: 70px;
}

.fox-intro .intro-text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: antiquewhite;
  margin-left: 70px;
  margin-top: 10px;
}

.p-p {
  font-size: x-large;
  color: antiquewhite;
  margin-left: 70px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 250px;
}

.dog-intro .pc {
  width: 500px;
  height: 600px;
  border-radius: 50px;
  object-fit: cover;
  margin-top: 60px;
}

.dog-intro {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.dog-intro .intro-text {
  max-width: 600px;
}

.dog-intro .intro-text h3 {
  font-size: x-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: antiquewhite;
  margin-bottom: 40px;
  margin-left: 70px;
}

.dog-intro .intro-text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: antiquewhite;
  margin-left: 70px;
  margin-top: 10px;
}

.snake-intro .pc {
  width: 500px;
  height: 600px;
  border-radius: 50px;
  object-fit: cover;
  margin-top: 60px;
}

.snake-intro {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.snake-intro .intro-text {
  max-width: 600px;
}

.snake-intro .intro-text h3 {
  font-size: x-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: antiquewhite;
  margin-bottom: 40px;
  margin-left: 70px;
}

.snake-intro .intro-text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: antiquewhite;
  margin-left: 70px;
  margin-top: 10px;
}

div.content-listings {
  display: flex;
  justify-content: flex-start;
  column-gap: 100px;
}
