
body {
    font-family: helvetica, arial, sans-serif;
    margin: 0em;

    /* background-color: #052a3f; */
    background-color: #0e1011;
    
  }
  
  h1 {
    padding-top: 5%;
    font-style: italic;
    color: #FF6F00;
    font-size: 2.0em;
    text-align: center;
  }
  
  
  video {
    clear: both;
    display: block;
    margin: 0px;
    background: #000000;
    /* width: 400px; */
    /* height: 400px; */
    /* margin-left: 15%; */
    text-align: center;
  }
  

  /* Container to center the media */
  .media-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #description-above-the-video {
    text-align: center;
    /* align-items: center; */
  }
  /* Hide the video element if you don't need to show it */
  video {
    display: none;
    align-items: center;
  }
  /* Style the canvas to be responsive */
  canvas {
    display: block;
    max-width: 100%;
    height: auto;  /* Let the browser calculate height based on aspect ratio */
    margin: 0 auto;
    border: 2px solid #333;  
  }


  
  #textInTheMiddle {
    background-color: #080a0a;
    align-items: center;
  }
  
  #textInTheMiddle {
    font-size: 0.9em;
    color: #ffffff;
  }

  #textInTheMiddle h1 {
    font-size: 2.1em;
    color: #b8cdd8
  }

  #textInTheMiddle p {
    font-size: 1.7em;
    color: #b8cdd8;
    text-align: left;
  }
  
  main {
    background-color: #080a0a;
    padding-top: 15%;
  }
  


  canvas{
    padding-top: 0%;
    width: 512px;
    height: 512px;
    align-items: center;
    /* margin-left: 35%; */
  }

  #buttons{
    padding-top: 3%;
    /* margin-left: 46%; */
    text-align: center;
    padding-bottom: 10%;

  }

  #play{
    padding: 1%;
  }

  #pause{
    padding: 1%;
    margin-left: 1%;
  }





section {
    background-color: #080a0a;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  h2 {
    
    color: #b8cdd8;
    text-align: center;
    font-size: 1.9em;

  }
  h3 {
    
    color: #b8cdd8;
    text-align: center;
    font-size: 1.8em;

  }

  h4 {
    
    color: #b8cdd8;
    text-align: center;
    font-size: 1.7em;

  }

  #code-explanation p {
    font-size: 1.7em;
    color: #b8cdd8;
    text-align: left;
  }

  #results-advantages p {
    font-size: 1.7em;
    color: #b8cdd8;
    text-align: left;
  }

  li {
    font-size: 1.2em;
    color: #b8cdd8;
    text-align: left;
  }

  pre {
    background-color: #080a0a;
    color: #b8cdd8;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
  }
  code {
    color: #b8cdd8;
    font-family: Consolas, monospace;
  }

  /* #expected-output {
    align-items: center;
  } */

  /* iframe{
    align-items: center;
    width: 100%;
  } */

  #description-under-the-video{
    text-align: center;
  }