body {
	font-family: "Lucida Console", Monaco, monospace;
        background: white }

div.container4 {
    height: 10em;
    position: relative }
div.container4 p {
    font-weight: 700;
    font-size:10em;
    margin: 0;
    background: orange;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }
