body {
    margin:0;
    padding:0;

}

.xpos {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}