body {
  /* color: red;
  color: rgb(0, 255, 0);
  color: #0000ff; */
  color: #333333;
  font-family: Verdana, sans-serif;
  /* margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 8px;
  margin-left: 8px; */
  margin: 0px;
 }

header {
  /* background-color: pink; */
  text-align: right;
  padding: 10px;
  background-image: url(../img/header.png);
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 60px;
}

header ul {
  /* margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 8px;
  margin-left: 8px;   */
  margin: 0px;
  list-style-type: none;
  padding-left: 0;
}

header li{
  display: inline-block;
  /* padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px; */
  padding: 4px 8px;
  font-size: 12px;
}

header li > a {
  text-decoration: none;
  color: inherit;
}

header li > a:hover {
  color: royalblue;
}

.current {
  border-bottom: 4px solid royalblue;
}

section{
  text-align: center;
}

section h1{
  font-weight: normal;
  margin-bottom: 8px;
}

section p{
  margin-top: 0;
  font-size : 14px;
}

.icon {
  /* border-radius: 70px; */
  border-radius: 50%;
  /* border-color: pink;
  border-width: 5px;
  border-style: solid; */
  border: 5px solid white;;
  /* box-shadow: x y blur color */
  box-shadow: 0px 0px 5px gray;
}

.works{
  width:400px;
  /* margin-left: auto;
  margin-right: auto; */
  margin:60px auto;
  border-bottom: 1px solid gray;
}

.works h1,
.works p {
  text-align: left;
}

.works > section {
  margin-bottom: 40px;
}

footer {
  width: 400px;
  margin: 0 auto 60px;
}

footer ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 0;
  float: left;
}

footer li{
  display: inline-block;
}

footer li > a:hover {
  opacity: 0.6;
}

footer p {
  color:lightgray;
  font-size: 14px;
  text-align: right;
}

.about {
  width: 400px;
  margin:0 auto 60px;
}

section.about p {
  text-align: left;
}
