@charset "utf-8";

/* common */

body {
  margin: 0;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 4%;
}

/* header */
header {
  text-align: center;
}

.photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* main */
h2 {
  text-align: center;
}
.myskills {
  text-align: center;
  background-color: #ddd;
}

.myskills ul {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  color: white;
  list-style: none;
  padding: 0;
  justify-content: space-around;
}
.myskills ul li {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
li {
  padding: 10px;
  margin: 10px;
}

.skill_html {
  background-color: #e44d26;
  border-radius: 50%;
}

.skill_css {
  background-color: #1572b6;
  border-radius: 50%;
}

.skill_javascript {
  background-color: #ebbc00;
  border-radius: 50%;
}
.works_box {
  max-width: 450px;
  margin: 40px auto;
}

.works_image {
  width: 100%;
  height: auto;
}

.works_box h3 {
  margin-top: 10px;
}

.works_box p {
  margin-top: 7px;
}

/* footer */
footer {
  background-color: black;
  color: white;
  text-align: center;
}
