h1 {font-family:Playfair Display;
    font-size:36px;
    color: #00454e;
    text-align:center;
    margin-top:100px;
}
#text {font-family:Playfair Display;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    color:#00454e;
}
.words {color:#00454e;
        text-decoration:none;}

#body {text-align:center;
    background:#008582;
}

#body article{
    width: 280px;
    height: 300px;
    background-color: #00969e;
    margin: 30px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 45px;
    margin-top: 20px;
    border: 2px solid #A1D8D2;
}

#lists { display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: top;
    margin-top: 100px;
    }

h2 {font-family:Playfair Display;
    font-size:18px;
    color: #00454e;
    text-align:center;
    }