h1 {
   font-family: "Lucida Handwriting", cursive;
   }
body {
      background: rgb(238,174,202);
      background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
      font-family: biome, sans-serif;
      
}
#back_color {
             background-color: #c3bcbf
            }
.species_name {
              color: white;
              font-size: large;
              background-color: #e31083;
              }