html, body {
height:100%;
margin:0;
padding:0;
background-image: linear-gradient(#fcfcfc, #eeeeee);
}

.center {
height: 75%;
position: relative;
}

.center p, .center img {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align:center;
}

p {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 120%;
}