body{
    background-color:rgb(25, 76, 66);
    font-family:cursive;
    text-align:center;
}

.headings {
    color:rgb(97, 210, 163);
    text-decoration: underline;
}

.paragraphs {
    color:rgb(240, 220, 186);
}

.a {
    color:rgb(149, 225, 209);
    text-decoration: none;
}