html {
    height: 100%;
  }
body{
    margin: 0;
    padding: 0px;
    font-family: consolas;
    font-size: 16px;
    height: 100%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  li a:hover{
    text-decoration: underline;
  }

  #header{
    width: 100%;
    height: 300px;
	background: url("../Pictures/1234.jpg") no-repeat center;
	margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2) !important;
}
#site_title{
    text-decoration: none;
    color: white;
}
#header h1{
    margin: 0;
    padding-top: 2%;
    text-align: center;
}
.info{
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
h3{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#github {
	position: fixed;
	bottom: 20%;
	right: 2%;
}
.foot{
  background-color: rgb(51, 51, 51);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  }
  .sec{
  width: max-content;
  margin-left: 1%;
  margin-right: 2%;
  width: 60em;
  margin: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  }
  footer a{
    color: white;
    text-decoration: none;
  }
  footer a:hover{
    text-decoration: underline;
  }
  footer p{
    color: white;
    padding: 0px;
    margin: 0px;
  }
  .sec-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    }