.pitem{
    color: #4baba4;
}
.pdark{
    color: #18698c;
}

.container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    padding: 5px;
    text-align: center;
}

.flex {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.pbody{
    background-image: url('../img/background.png');
        background-size: cover;
        background-repeat: no-repeat;
}