@charset "utf-8";
div.container4 {
    height: 100%;
    position: relative; }
div.container4 p {
    margin: 0;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }