#cowboy{
  text-align: center;
  margin-bottom: 0px;
}

#cowboy h2{
  margin-top: 0;
  margin-bottom: 0;
}

#greetings {
  background-image: url(../assets/card.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  width: 100%;
  max-width: 600px;       
  aspect-ratio: 4 / 3;    
  
  /* Centers the TEXT inside the div */
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  
  padding: 10%;           
  box-sizing: border-box; 

  margin-left: 30px;
}
#todo{
  max-height: 10em;
}

#marquee-container{
}
