*, /*good for accuracy in sizing*/ 
*::before,
*::after {
    box-sizing: border-box;
}

body, /*sets default to 0*/
h1,
h2,
h3,
p {
    margin: 0;
}

#cat_image { 
    margin: 0% 25% 0%;
    width: 25%;
    height: 25%;
    border-radius: 10px;
    border: 7px double green;
  }

.img{
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.img-container { /*centers the image on the page*/
    text-align: center;
}

#cat_information { /*for the words*/
    font-size: 20px;
    padding: 10px;
  }

#text{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

#label{
    color: green ;
    font-size: 20px;
}

h3{
    font-size: 40px;
}

#link_label{
    color: green;
    font-size: 20px;
}