.app-header-link{
    color: #005c9d;
}
.app-header-link:hover{
    color: #0370bd;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80vh;
}