/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

 .main {
  border: 2px solid #1a1815;
  background-color: #1a1815;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: inset 1px 1px 7px #9f9c97 ;
  margin: 100px
 
}

.main p {
  font-family: 'Comic Sans MS', cursive;
  color: #FFFFFF;
}

.marquee {
  font-family: 'Comic Sans MS', cursive;
}

.intro {
  border: 2px solid #1a1815;
  background-color: #1a1815;
  padding: 0.5rem;
  display: flex;
  box-shadow: inset 1px 1px 7px #9f9c97 ;
 width: 690px
}

.intro {
  font-family: 'Comic Sans MS', cursive;
  color: #FFFFFF;
  text-align: left;
}

.gifs {
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #1a1815;
  background-color: #0758e3;
    padding: 0.5rem;
  display: flex;
  box-shadow: inset 1px 1px 7px #9f9c97 ;
 width: 290px

}