body { 
  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,233,236,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,233,236,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,233,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9e9ec",GradientType=1);
}
nav {
  width: 100%;
  height: 80px;
  background-color: white;
  border-top: 3px solid #7CB581;
  border-bottom: 5px solid #B0FF92;
}
nav ul {
  float: left;
}
nav ul li {
  float: left;
  list-style: none;
}
nav ul li a {
  display: block;
  color: #ff99ab;
  font-size: 30px;
  padding: 16px 14px;
  text-decoration: none;
  text-shadow: 2px 2px #ECBEB4;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
}
img {
  width: 390px;
  height: 600px;
  margin-right: 80px;
  border: 5px outset #ff859a;
  box-shadow: 30px 30px #B8E1FF;
  float: right;
}
h1 {
  font-family: 'Sacramento', cursive;
  font-size: 50px; 
  color: #B8E1FF;
  text-align: center;
  text-shadow:2px 2px #7EBCE6;
  background: url(https://cdn.pixabay.com/photo/2020/07/20/16/53/cats-5423610_960_720.jpg);
  background-position:100% 68%
}
h2 {
  text-align: center;
  font-family: 'Syncopate', sans-serif;
  color: #B8E1FF;
  font-size: 30px;
  text-shadow:2px 2px #7EBCE6;
  text-decoration: underline;
}
h3 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px #ECBEB4;
  color: #ff99ab;
  border-top: 2px solid #7CB581;
  border-bottom: 4px solid #B0FF92;
  background-color: white;
}
.cat-info {
  display: flex;
  align-items: center;
  padding-bottom: 300px;
}
p {
  font-family: 'Poiret One', cursive;
  font-size: 22px;
  font-weight: bolder;
  line-height: 1.5em;
  color: #ff859a;
  text-shadow:2px 2px #F3D4D0;
  margin-top: -10em;
  margin-left: 10em;
}
main ul {
  padding-top: 18em;
}
main ul li {
  margin-left: -900px;
  margin-right: 300px;
  font-family: 'Syncopate', sans-serif;
  font-weight: bold;
  font-size: 15px;
  list-style: none;
  line-height: 2em;
  border-top: 2px solid #7EBCE6;
  border-bottom: 4px solid #B8E1FF;
  background-color: white;
}
footer a {
  font-family: 'Poiret One', cursive;
  font-weight: bolder;
  font-size: 20px;
}
footer {
  text-align: right;
  line-height: 60px;
  width: 100%;
  background: url(https://cdn.pixabay.com/photo/2016/06/24/15/48/pattern-1477380_960_720.png) 0 0 repeat-x;  
  position:relative;
  background-position:100% 76%;
}


