body {
  background-image:url("/fundos/autumnleavemove.gif");
    width: 100%;
    height: 150px;
  color: rgb(0, 0, 0);
  font-family: Verdana;
  
}


.container {
  width: 100%;             /* Full width on small screens */
  max-width: 1200px;       /* Caps width on larger screens */
  margin-right: auto;      /* Centers the container */
  margin-left: auto;       /* Centers the container */
  padding-right: 20px;     /* Prevents text from touching screen edges */
  padding-left: 20px;      /* Prevents text from touching screen edges */
  box-sizing: border-box;  /* Includes padding in the total width */
  color: black;
  background-color: white;
  justify-content: center;
  align-items: center;
}