* {
 margin: 10px auto;
 text-align: center;
 color: white;
 text-shadow: 5px 5px 2px grey;
 font-family: monospace;
}

body {
  background-color: black;
}

img {
 border-color: white;
 border-width: 5px;
 margin: 10px auto;
 padding: 1px;
 border-style: inset;
 justify-content: center;
 width: 50px;
 height: 50px;
}
