body {
   font-family:'Courier New', Courier, monospace;
   color: #002d62;
}


.full-page {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}


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

.center-align {
   text-align: center;
}

.grey-text {
   color: gray;
}


.logo {
   height: 37px;
}

a {
   color: #00E;
   text-decoration: none;
   /* font-family: sans-serif; */
   font-weight: bold;
}