    body{background-color:#ffd783;}
    header{
      margin-left:22em;
      margin-bottom:1em;
      width:50em;
      text-align:center;
      border:.8em solid #75a9f9;
      border-radius:1em;
      background-color:#fec63d;
      color:#75a9f9;
    }
    h1{
      font-weight:800;
    }
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      background-color:#fec63d;
      font-size:25px;
      margin-bottom: 0;
      border-radius: .5em;
      border: .3em solid #75a9f9;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
      color:#3d8af7;
      font-size:1em;
      background-color: #fec63d;
      padding: .3em;
      border: .5em solid #75a9f9;
      border-radius:1em;
    }
    
  .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 {
      display: none; 
    }