@import url("https://fonts.googleapis.com/css2?family=Quintessential&family=Stack+Sans+Notch:wght@200..700&display=swap");

body, html{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/seamless-pattern-with-black-cats-free-vector.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
}
.bg-image{
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: aliceblue;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 7rem;
}
.bg-image h1{
    background: rgba(223, 65, 255, 0.6);
    border: 2px solid black;
    padding: 20px;
    text-shadow: 5px 5px black;
    font-family: "Quintessential";
}
.procedure{
    background-color: rgba(60, 7, 75, 0.6);
    color: aliceblue;
    height: 50vh;
    font-size: 45px;
    padding: 10px 50px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: black;
  background: #76438f;
  padding: 30px;
  border: 2px solid rgb(255, 255, 255);
  font-family: "Stack Sans Notch", sans-serif;
  justify-content: center;
  display: flex;
  transition:1s background;
  font-size: 2rem;
}

a:hover {
  background: #dd94ff;
  transition:1s background;
}

.Cat{
    background-image: url("../images/kittykitty.JPG");
}
.Treat{
    background-image:url("../images/food.JPG");
}
.Eating{
    background-image: url("../images/eatingfood.JPG");
}
.Eaten{
    background-image: url("../images/eatenfood.JPG");
}
.Trash{
    background-image: url("../images/trash.JPG");
}
.Opened{
    background-image: url("../images/openfood.JPG");
}