

body {
    background-color: #a591ed;
}

h1,h2,h3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1 {
    background-color:  #2E8B57;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

h2 {
    background-color:  #28aaaa;
    font-size: 15px;
    color: rgb(136, 97, 90);
    text-align: center;
    text-transform: capitalize;
}

h3 {
    background-color:  #1b7a92;
    font-size: 15px;
    color: rgb(49, 49, 43);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    text-transform: capitalize;
}

p {
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 15px;
    line-height: 5px;
}

li {
    margin-bottom: 5px;
}

footer {
text-align: center;
}

.feature {
    color: #6950c7
}

li p {
    font-weight: bold;
    text-align: center;
}