body {

 /* <weight>: Use a value from 200 to 1000 */
/* <uniquifier>: Use a unique and descriptive class name */

.nunito-text {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


}

body, ul {
    margin: 0;
    padding: 0;
}

.skills {
    font-family: "merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
    margin-left: 30px;
}

/* 폰트 스타일, 굵기 */
h1, h2, h3, .skills {
font-family: "merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 제목 폰트 사이즈 */
h1 {
    font-size: 58px;
    line-height: 130%;
}

h2 {
    font-size: 32px;
    line-height: 130%;
}

img {
    max-width: 100%;
}

nav {
    background-color: #e2f5d7;
    position: fixed;
    z-index: 1;
    width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 0 16px;
    padding: 0px;
    text-transform: uppercase;
    font-family: "merriweather", serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}

nav ul {
    margin: 0 auto;
    text-align: center;
    padding: 52px;
}

header {
    top: 96px;
    position: relative;
    margin-bottom: 150px;
    background-image: url(../img/background-reapeat.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -164px;
}

ul li {
    list-style: none;
    margin: 10px 0;
}

.button {
    border: 2px solid #9db48f;
    text-decoration: none;
    color: #9db48f;
    padding: 10px 20px;
    margin: 15px 0px; 
    display: inline-block;
    border-radius: 20px;
}

.intro-img {
    box-shadow: 1px 2px 30px rgba(0,0,0,0.1);
    margin-top: 32px;
}

figcaption {
    font-size: 12px;
    margin-top: 6px;
    color:#9db48f
}

.experience {
    text-align: center;
    margin: 160px 130px;
}


.skills-list {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 120px;
}

p {
    line-height: 140%;
}

.project {
    margin: 20px 0;
    padding: 50px;
}

.green-bg {
    background-color: #e2f5d7;
}

header .button {
    margin-left: 30px;
    padding: 12px 24px;
}

.right-alignment {
    text-align: right;
}

nav li a {
    text-decoration: none;
    color: black;
}

footer {
    text-align: center;
    margin: 120px;
}

footer h3 {
    font-size: 22px;
    margin: 48px;
}
