body {
    color: #333;
    font-family: verdana, sans-serif;
    margin: 0px;
    padding: 0px;
  }
header {
  text-align: right;
  padding: 10px;
  background-image: url(../img/sakipaint.jpg);
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 60px;
}
header ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

header li {
  display: inline-block;
  padding: 4px 8px;
  font-size: 20px;
}

.current  {
  border-bottom: 4px solid royalblue;
}
header li > a {
  text-decoration: none;
  color: inherit;
}

header li > a:hover {
  color: royalblue;
 border-bottom: 4px solid #FF82B2;
 transition: all .3s ease;
}

section {
  text-align: center;
}

section h1 {
  font-weight: normal;
  margin-bottom: 8px;
}

section p {
  margin: 30 0 30px;
  font-size: 14px;
}

.icon {
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 0 5px gray;
}

.skill {
  padding-left: 0;
}

.skill li{
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

.works {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin: 60px auto;
}

.works > section {
  margin-bottom: 40px;
}

.works h1,
.works p {
  text-align: left;
}

footer {
  width: 400px;
  margin: 0 auto 60px;
}

footer ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  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;
}

.about p{
  text-align: left;

}
#back-to-top {
  position:fixed;
  right:5px;
  bottom:10px;
  padding-right: 10px;

}
#pos {
  position:fixed;
  left:5px;
  bottom:0px;
}
