body {
}
  
.message {
  background-color: white;
  color: black;
  font-family: Verdana;
  text-align: center
}

small {
  color:lightgray;
  margin-right:100px
}

.wrapper {
  height: 100vh;
  /*This part is important for centering*/
  display: grid;

}