body {
  background-image:url('/fundos/MoonBG.gif');
    width: 100%;
    height: 150px;
  color: white;
  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: rgb(46, 137, 223);
  background-color: #f7d0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

 a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
 }

#gifaleatorio {
    display: flex;
    justify-content: right;
}