*{
  margin:0;
  padding:0;
}

body{
  font-size:1em;
  font-family:Helvetica, Arial, Sans;
  margin: 0;
  padding: 0;
}

ul li{
  list-style:none;
}


p {
  line-height: 1.4;
}





.header {
  background-color: #134cae;
}

/*bar*/
.sitebar {
  width:100%;

  z-index: 1;
  height:100px;
  display: flex;
  top: 0;
}
.sitebar ul{
  font-size:16px;
  margin-left: auto;
  display: flex;
  margin-right: 210px;
}
.sitebar li{
  margin: 40px;
}
.sitebar li a{
  color: rgb(255, 255, 255);
  text-decoration:none;
  line-height: 1;
}
.sitebar #logo-name {
  font-size:23px;
  color: rgb(255, 255, 255);
  margin-top: 33px;
  margin-left: 7px;
  font-weight: bold;
}
#logo {
  margin-left: 210px;
  padding-top:15px;
}










.footer {
  background-color: #333333;
  height: 240px;
}

.footer-content {
  text-align: center;
  padding-top: 70px;
}

.footer-text {
  display: inline;
}

.footer-text span {
  font-size: 25px;
  color: rgb(207, 207, 207);
  margin-left: 100px;
}

.footer-text a {
  font-size: 16px;
  color: rgb(207, 207, 207);
  margin-left: 40px;
  text-decoration: none;
}

.footer-copyright {
  font-size: 16px;
  color: rgb(207, 207, 207);
  text-align: center;
  margin-top: 50px;
}