div {
  /* text-align: center; */
  /* border: 5px solid #004853; */
  color: #ffffff;
  display:inline;
  padding: 5px;
  /* background-color: #245484; */
  font-family: Verdana, sans-serif, Arial;
  font-size: 150px;
  font-weight: bold;
  text-decoration: none;
}

body {
padding: 20px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #1a1a1a;
}