﻿a:link
{
  color: #008f42;
}

a:hover
{
  color: #1a9a55;
  text-decoration: none;
}

a:visited
{
  color: #33a568;
}

a:active
{
  color: #33a568;
}

body
{
  font-size: .80em;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.messageBox
{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo
{
  height: 50px;
  width: fit-content;
  margin-bottom: 20px;
}

.errorText
{
  color: #323130;
  font-weight: 600;
  font-size: 2.5em;
}


.description
{
  font-size: 16px;
  line-height: 25px;
  color: #323130;
  margin: 10px 0;
}

.description p
{
  margin-top: 0;
  margin-bottom: 5px;
}

.bodyClass
{
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 610px;
  width: 90%;
}