body {
    background-color: #ffd4f9;
    color: rgb(8, 61, 30);
    font-family: "comic sans ms";
    
  }

  img { max-width: 90%;

  }
  a { color: rgb(1, 105, 36);
      text-decoration: none;
      font-weight: bold;}


  
  h1 {text-align: center;

}

  .center { align-content: center;
    text-align: center;

  }

.scrollable-element {
  scrollbar-color: rgb(41, 148, 68) rgb(96, 240, 132);
}

div.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: rgb(41, 148, 68) rgb(96, 240, 132);
}