body {
  font-family: Arial,Helvetica,sans-serif;
  background:  #F8F8F8;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

a, a:visited {
  color:            #4078c0;
  text-decoration:  none;
}

a:hover, a:active {
  cursor: pointer;
  text-decoration: underline;
}

.big-icon {
  font-size: 200px;
}