*, ::after, ::before {
box-sizing: border-box;
}

html, body {
height: 100%;
overflow: hidden;
}

.center {
position: absolute;
width: 50%;
height: 50%;
top: 25%;
left: 25%;
}