*,
html {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
* a,
html a {
  color: inherit;
  font-size: 0.8em;
  text-transform: uppercase;
}
* a:hover,
html a:hover,
* a:visited,
html a:visited,
* a:active,
html a:active {
  color: inherit;
  text-decoration: none;
}
.company-name {
  font-weight: 100;
  font-size: 0.725rem;
  flex: 1;
}
body,
html {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}
.main-container {
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.company-name {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.pause-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 4;
}
.pause-icon-line {
  width: 4px;
  height: 15px;
  background-color: black;
  margin: 0px 1px;
}
.agency-description {
  margin: 20px 0;
  font-size: 0.825rem;
  flex: 1;
  text-align: center;
}
