*{
    margin: 0;
    padding: 0;
}

.top-img{
    background-image: url(../img/img01\ \(3\).jpg);
    background-position: center;
    background-size: cover;
}

.top-text{
    text-align: center;
    padding: 250px 0px;
}

.top-text h1{
    font-size: 80px;
    font-family: 'Dancing Script', cursive;
}

nav h3{
    font-family: 'Dancing Script', cursive;
}

nav i{
    color: #888;
}

.feauture-area{
    background-image: url(../img/img02\ \(2\).jpg);
    background-position: center;
    background-size: cover;
    padding: 250px 0px;
    text-align: center;
}

.feauture-area h2{
    font-size: 70px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
}

.service-list{
    background-color: bisque;
    text-align: center;
    padding: 50px;
}

.service-list h2{
    font-size: 80px;
    font-family: 'Dancing Script', cursive;
}

.service-description{
    padding: 30px;
}

.info{
    border: solid 2px white;
    margin: 20px;
    padding: 20px;
}

.info p{
    padding-top: 10px;
}

footer{
    background-color: bisque;
    padding: 30px;
}

footer ul li{
    list-style: none;
}

footer ul li a{
    color: black;
    font-size: 13px;
    text-decoration: none;
}

footer ul li a:hover{
    color: white;
}

footer p{
    text-align: right;
}