/*--------> This is the CSS to the text properties only <--------*/

html {
    font-size: 14px;
    font-family: sans-serif;
    color: black;
    overflow-x: hidden;
  }
  
  h1 {
    color: black;
    font-family: sans-serif;
    font-size: 75px;
  }
  
  p {
    color: black;
    font-family: monospace;
    font-size: 18px;
    text-align: justify;
  }

  /* h6 {
    font-size: 12px;
    background-color: yellow;
    font-weight: bold;
    text-align: left;
  } */
  
  h2 {
    color: black;
    font-family: sans-serif;
    font-size: 16px;
  }
  
  h3 {
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
  }
  
  h4 {
    color: darkgrey;
    font-family: sans-serif;
    font-size: 22px;
  }

  h5 {
    font-size:15px;
    font-style: italic;

  }
  
  h2.big {
    line-height: 2.5;
  }

  code {
    font-family: sans-serif;
    font-style: italic;
    color: darkcyan;
    background-color: lightgrey;
    border-radius: 8px;
    font-size: 16px;
  }
  
  #psubtitle {
    color: black;
    font-family: monospace;
    font-size: 18px;
    text-align: justify;
    font-weight: bold;
  }
#pcommands {
    border-radius: 8px;
    background-color: lightgrey;
    color: black;
    padding: 25px 25px 25px 25px;
    font-style: italic;
    /* max-width: 1500px; */
    margin: auto;
    text-align: left;
    font-size: 16px;
}

  /* CHANGE COLOR OF THE LINK WHEN HOVER OF NAV BAR */
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: lightgrey;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

  .index_image {
    width: 100%;
    
}

  #body1 {
    background-color: yellow;
  }