 body{background-color:#ff000c;}

    header{

      margin-left:22em;

      margin-bottom:1em;

      width:50em;

      text-align:center;

      border:.8em solid #000000;

      border-radius:1em;

      background-color:#0fff13;

      color:#080a0c;

    }

    h1{

      font-weight:800;

    }

    /* Remove the navbar's default margin-bottom and rounded borders */ 

    .navbar {

      background-color:#0fff13;

      font-size:25px;

      margin-bottom: 0;

      border-radius: .5em;

      border: .3em solid #000000;

    }

   

    /* Add a gray background color and some padding to the footer */

    footer {

      color:#a09785;

      font-size:1em;

      background-color: #0fff13;

      padding: .3em;

      border: .5em solid #000000;

      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; 

    }

  .tvshow{height:200px;}