/*
Main HTML
*/
body {
  background-color: #4cbb17 ;
  color: black;
  font-family:  'BoldPixels',Comic Sans MS, Sans-Serif;
  border: 15px solid #358210;
  margin: 0px;
}

footer{
  color: white;
  background: #1f5903;
  a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-family:  'karmaFuture', Sans-Serif;
  }
  a:visited {
    color: 	white;
    background-color: transparent;
    text-decoration: none;
    font-family:  'karmaFuture', Sans-Serif;
  }
  a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
    font-family:  'karmaFuture', Sans-Serif;
  }
  a:active {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
    font-family:  'karmaFuture', Sans-Serif;
    
  }
}

h1{
  margin: 5px;
  font-size: 40px;
}

h2{
  margin: 5px;
  font-size: 35px;
}

h3{
  margin: 5px;
  font-size: 30px;
}

h4{
  margin: 5px;
  font-size: 25px;
}

h5{
  margin: 5px;
  font-size: 20px;
}

h6{
  margin: 5px;
  font-size: 15px;
}

p{
  margin: 5px;
  line-height: 20px;
  font-size: 22px;
}

img{
  margin: 5px;
}

br{
 line-height: 13px;
}

a:link {
  color: #1e1f1e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: 	#404040;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

#time1{
  text-align: right;
  font-family:  'karmaFuture', Sans-Serif;
}

#title1{
  font-family:  'karmaFuture', Sans-Serif;
}

#title2{
  font-family:  'karmaFuture', Sans-Serif;
}

.text2{
  background-color: cyan;
}

/* width */
::-webkit-scrollbar {
  background-color: #358210;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4cbb17; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4cbb17; 
}

