html{
    background-color: rgb(22, 21, 21);
    scroll-behavior: smooth;
}
header {
  background-color: #666;
  padding:5x;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  font-size: 40px;
  color: palegreen;
  height: 75px;
  text-decoration: none;
  }
  h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #595959;
  }
  h3{
   
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
	  color: grey;
	  margin: 0;
    padding: 50px;
    padding-bottom: 320px;
  }
  div {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    color: lightskyblue;
    margin: 0;
   
   
  }
  .navbar{

    position: relative;


  }
section{
    color: white;
    padding-top: 20px;
    height: 1000px;
    font-size: 40px;
}

p {
  
  font-size: 15px;
  color:slategrey;
	margin: 0;
 
}
span{
  display:block;
}
ul {

  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  border-right: 1px solid #bbb;
}
li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}


a{
  text-decoration: none;
  color: lightskyblue;
 
}
footer {
  background-color: #666;
  padding: 25px;
  text-align: left;
  font-size: 20px;
  color: rgb(241, 233, 233);
  }





