@charset "UTF-8";

* {
    box-sizing: border-box;
    background-color: rgba(184, 255, 255, 0.993);
}

img {
    max-width: 100%;
}

h2 {
    text-align: center;
}

p {
    text-align: center;
}



/* ------------ヘッダ--------------------------- */
.header-nav-list {
    list-style: none;
    text-align: right;
    display: flex;
    justify-content: space-around;
}

.header-container-list {
    color: #000;
    text-decoration: none;
}

/* --------------ビジュアル-------------------- */
.top-img {
    width: 200pt;
}

.top-title {
    text-align: center;
}

.top {
    background-color: #fdffff;
}

/* -------------------about--------------------------- */
.about {
    text-align: center;
}

.profile {
    background-color: ;
}

.profile-img {
    padding: 20px;
    border: solid;
    border-radius: 200px;
}

.profile-img {
    background-color: #fdffff;
}

/* ---------------------skill------------------------------ */


/* --------------------work--------------------------------- */

.work-list {
    list-style: none;
}

.work-img {
    width: 50%;
    padding: 50px;
}

.work {
    text-align: center;
}


.meltypop-txt {

    color: #000;
    text-decoration: none;
}

.Senryu-img {
    width: 200px;

}

/* --------------お問い合わせ----------------- */
.contact {
    text-align: center;
}

.instagram-logo {
    width: 50px;

}

.instagram {
    text-decoration: none;
}

.instagram-name {
    color: #000;
}