body,htm {
 height: 100%;
 margin: 0;
 position: relative;
}

.test-container {
 position: absolute;
 top: 10%;
 left: 25%;
 transform: translate(-50%,-50%);
 text-align: center;
 border: 1px solid #000;
 padding:20px;
}