.box {
    padding: 12px;
    background-color: pink;
    border-width: 12px;
    border-style: double;
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    
}