
h1 {
    color: #ea3957;
    font-size: 2.0rem;
    margin-bottom: 10px;

}

h2 {
    color: #ee637a;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;

}

p {
    color: #a69d88;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    p {
        margin: 0 0 10px 5px;
    }
}

ol,ul {
    list-style-type: disc;
    color: #a69d88;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
    li {
        margin: 10px 0 10px 10px;
    }
}
