    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      color: green;
      margin-bottom: 0;
      border-radius: 0;
      height: 75px;
    }
    
    .carousel{
      color:green;
    }
    
    .body {
      color:green;
    }
    
    
    
    .navbar-inverse {
      color: green;
      margin-bottom: 5;
      border-radius: 5;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: green;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      color:green;
      display: none;
    }
    
    .space-questions{
      text-align: left;
    }