/* CSS，笘見 晃清のWebsite，Study-with-me */
/* ①セレクタ */
li {
    list-style: none;
}

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

/* ②ヘッダー */
header {
    background-color: #26d045;
    color: #fff;
    height: 90px;
}

.header-logo {
    float: left;
    font-size: 36px;
    padding: 20px 40px;
    font-family: "Montserrat"
}

.header-list li {
    float: left;
    font-size: 16px;
    padding: 33px 20px;
    font-family: "Montserrat"
}