.websitetitle {
  text-align: center;
  color: crimson;
  font-family: serif;
  font-size: 95px;
}
body {
  background-color: purple;
}
.top {
  height: 200px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background-image: url(eyebackground.png);
  height: 690px;
}
.logo {
  height: 200px;
}
h2 {
  text-align: center;
  color: crimson;
  font-family: serif;
  font-size: 65px;
}
p {
  text-align: center;
  color: crimson;
  font-family: serif;
  font-size: 30px;
}
.abt {
  text-align: left;
}
.self {
  float: right;
  width: 200px;
  border-style: solid;
  border-color: crimson;
  border-width: 7px;
  border-radius: 20px;
  margin: 5px;
}
.cats{
  color: purple;
  font-family: serif;
  font-size: 35px;
  background-color: crimson;
  text-decoration: none;
  border-style: solid;
  border-color: crimson;
  border-width: 10px;
  border-radius: 40px;
}
.catsdiv {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.gallery {
  height: 400px;
  border-style: solid;
  border-color: crimson;
  border-width: 7px;
  border-radius: 20px;
  margin: 5px;
}
.gallerydiv {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.back {
  color: purple;
  font-family: serif;
  font-size: 20px;
  background-color: crimson;
  text-decoration: none;
  border-style: solid;
  border-color: crimson;
  border-width: 6px;
  border-radius: 40px;
  margin: 5px;
}
.backbg {
  display: flex;
  background-image: url(eyebackground.png);
}
.descpic {
  height: 600px;
  border-style: solid;
  border-color: crimson;
  border-width: 7px;
  border-radius: 20px;
  margin-left: 5px;
  float: left;
  margin-right: 15px;
}
.desc {
  text-align: left;
  margin-right: 5px;
}
