*{
    margin: 0;
    padding: 0;
    color: #fff;
}

.top-img{
    background-image: url(../image/img01.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.top-text{
    text-align: center;
    padding: 250px 0px;
}

.top-text h1{
    font-size: 100px;
    font-family: 'Charm', cursive;
    margin-bottom: 40px;
}

nav h3{
    font-family: 'Charm', cursive;
    color: black;
}

nav i{
    color: gray;
}

nav span{
    color: gray;
}

nav span:hover{
    color: skyblue;
}

.shop-area{
    background-image: url(..//image/img02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
}

.shop-area h2{
    font-size: 80px;
    font-family: 'Charm', cursive;
    margin-bottom: 40px;
}

.service-list{
    background-color: black;
    text-align: center;
    padding-top: 220px;
}

.service-list h2{
    font-size: 80px;
    font-family: 'Charm', cursive;
    margin-bottom: 40px;
}

.service-description{
    padding: 80px 40px 40px;
}

.service-description h3{
    margin-top: 10px;
}

.service-description p{
    text-align: justify;
}

.infomation-area{
    background-image: url(..//image/img02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 30px;
    text-align: center;
}

.infomation-area h2{
    font-size: 80px;
    font-family: 'Charm', cursive;
    margin-bottom: 40px;
}

.info{
    border: solid 2px white;
    margin: 10px 30px;
    padding: 20px;
}

.info p{
    margin-top: 10px;
}

footer{
    background-color: #333;
    padding: 30px;
}

footer ul li{
    list-style: none;
    font-size: 13px;
}

footer ul li a{
    color: lightgray;
    font-size: 13px;
    text-decoration: none;
}

footer ul li a:hover{
    color: skyblue;
}

footer p{
    font-size: 12px;
    text-align: right;
}

#info-item ul li {
    color: darkgray;
}