:root {
  --color-secondary-content: #9ea3a8;
  --size-secondary-content: 0.8rem;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #001021;
}

a, a:visited {
  color: #66707a;
}
a:hover {
  color: #001021;
}

#app {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
}

.container {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container h1 {
  font-size: 2rem;
  margin: 20px 0;
  text-align: center;
}

.container h2 {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  text-align: center;
}

.notice {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  max-width: 55%;
  min-width: 250px;
}

.whatHappens {
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
  max-width: 50%;
  min-width: 250px;
  font-size: var(--size-secondary-content);
  color: var(--color-secondary-content);
}

.footer {
  font-size: var(--size-secondary-content);
  margin-top: 20px;
  text-align: center;
  color: var(--color-secondary-content);
}

.footer p:first-child {
  margin-top: 0;
}

.footer a {
  text-decoration: none;
}

.error {
  margin-bottom: 0;
  width: 85%;
  color: #ef2369;
  text-align: center;
}

.gsi-container {
  margin-top: 1em;
}

/* Google Sign-in Button */
.gsi {
  width: 175px;
  height: 36px;
  background-color: #fff;
  color: #757575;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.gsi:hover {
  box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
.gsi .gsiContentWrapper {
  width: 100%;
  height: 100%;
}
.gsi .gsiContentWrapper .gsiIcon {
  padding: 8px;
  float: left;
}
.gsi .gsiContentWrapper .gsiIcon .gsiIconImage {
  width: 18px;
  height: 18px;
}
.gsi .gsiContentWrapper .gsiContent {
  font-family: Roboto, arial, sans-serif;
  font-size: 13px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: .21px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
}
