.code-snippet{
    background-color: #000739;
    color: white;
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 20px; 
  }

  p {
    text-align: justify;
    line-height: 1.6;
    text-justify: inter-word;
  }

  body {
    font-size: 18px;
  }

  h2 {
    margin-top: 100px; 
    text-decoration: underline;
  }

  h3 {
    margin-top: 50px; 
  }

  img.handout-image {
      width: 70%;
      margin-left: 15%;
  }