/* General ------------------------------------------------------------------ */
html {
  font-size: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background-color: #f8f9fa;
}

h1, p {
  margin: 0;
}

a {
  text-decoration: none;
}

/* Header ------------------------------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 64px;
  padding: 0 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px 2px rgba(60, 64, 67, 0.15);
}

.header-image {
  flex-shrink: 0;
  height: 32px;
}

/* Content ------------------------------------------------------------------ */
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  margin: 0 auto;
  padding: 48px 40px;
  max-width: 640px;
}

/* Footer ------------------------------------------------------------------- */
.footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 40px;
  background-color: #fff;
}

.footer-logo {
  flex-shrink: 0;
  margin-right: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #5f6368;
}

.footer-logo-image {
  height: 34px;
}

.footer-items {
  display: flex;
  flex-wrap: wrap;
}

.footer-item {
  margin: 8px 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem;
  color: #5f6368;
}

.footer-link {
  display: flex;
  color: #5f6368;
}

.footer-link:hover {
  color: #80868b;
}

/* Announcement ------------------------------------------------------------- */
.announcement {
  flex-shrink: 0;
  margin-bottom: 32px;
  text-align: center;
}

.announcement-image {
  width: 128px;
  height: 128px;
}

.announcement-title {
  margin: 32px 0 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #202124;
}

.announcement-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem;
  color: #3c4043;
}

/* Job ---------------------------------------------------------------------- */
.job {
  flex: 1 0 auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00625rem;
  color: #3c4043;
}
