*{
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}

hr{
  background-color: #192f60;
  margin: auto;
}

/*header*/
  #header {
    width: 100%;
    height: 80px;
    background-color: #192f60;
    position: static;
  }

  #header nav{
    overflow: hidden;
    text-align: center;
  }

  #header ul{
    display: inline-block;
    color: #f8f4e6;
    list-style: none;
    font-size: 20px;
  }

  #header li{
    width: 180px;
    float: left;
    line-height: 100px;
  }

  #header li.current a{
    color: #192f60;
    background-color: #f8f4e6;
    border-radius: 8px 0px 8px 0px;
  }

  #header a{
    color:inherit;
    text-decoration: none;
  }

  #header p{
    position: absolute;
    top: 10px;
    right: 30px;
    color: #f8f4e6;
    font-size: 16px;
  }


/*works*/
#works{
  color: #042454;
  padding-top: 12px;
  padding-bottom: 24px;
}

#works h1{
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: normal;
}

#works dl{
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 12px;
}

#works dl li{
  padding-bottom: 12px;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

/*footer*/
#footer{
  width: 100%;
  height: 60px;
  background-color: #192f60;
  }

#footer p{
  color: #f8f4e6;
  position: relative;
  text-align: center;
  line-height: 60px;
}
