body {
    padding: 0 200px 0 200px ;
    font-family: 'Blinker', serif;
    background-color: #1e1e1e;
    margin:0;
    >div {
        margin-top: 0;
        background-color: #fefefc;
        padding: 25px 100px 300px 100px;
        position:relative;
        >img {
            width: 250px;
            position: absolute;
            left: 50%;
            translate: middle;
            transform: translate(-50%, 0%)
        } 
        >.img-top {
            top:10px; 

        }
        >.img-bottom {
            bottom: 10px !important;
        }

        >h3 {
            margin:0; 
            padding:0;
            text-align: center;
            font-size: 2.8rem;
            font-weight: 500;
            color: #fbd604;
            margin-bottom: 100px;
            margin-top: 100px;
        }


        >h4 {
            font-size: 1.7rem;
            font-weight: 300;

            >span {
                color: #fbd604;
            }
        }

        >p,
        ul li {
            font-size: 1.2rem;
            font-weight: 200;

            >i {
                text-decoration: underline;
            }
        }

        >ul {
            list-style-type: square;
        }

    }

}