html, body {
  margin: 0;
  padding: 0;  
  direction: rtl;
}
.box {
  top: 50%;
  left: 50%;
  position: absolute;
  overflow: auto;
  transform: translate(-50%, -50%);  
  text-align: right;
  font-family: Tahoma;
  font-size: 13px;
  text-align: center;
}
.box p {
  padding: 10px;
  margin: 0;
}
.box a{
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
}