body {background-color: #50c878}

h1, h2, h3 {
    font-family: 'Roboto Mono', cursive;

}

h1 {
    background-color:darkorchid;
    color:lightpink;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;

}

h2 {
    background-color:rgb(217, 58, 161);
    color:rgb(24, 240, 255);
    font-size: 28px;

}

h3 {
    background-color:darkorchid;
    color:lightpink;
    font-size: 20px;

}

p {
    font-family: 'Times New Roman';
    font-size: 12px;
    margin-left: 10%;
    line-height: normal;

}

li {
    margin-bottom: 2%;

}

footer {
    text-align: center;

}

.feature {
    color:rgb(217, 255, 0)

}

nav p {
    font-weight: bold;
    text-align: left;

}

