* {
    margin:0;
    padding:0;
}


    section{
        position: center;
    }

    body {
        background: #FFF1E8;

    }

    .works{
        position: center;
    }

    .works p{
        position: center;
        text-align: center;
        color: rgb(94,78,65);
        font-weight: bold;
        font-size: 25px;
    }

    .pusheen-works{
        width:300px;
        height: 300px;
        top: 220px;
        z-index: -1000;

    }

