* {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.hide {
  display: none;
}

body {
  padding: 0px;
  margin: 0px;
}

.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  background-color: rgba(0, 0, 0, 0.815);
  color: white;
  padding: 0.5em;
}

.header #btn-login {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.header #btn-logout {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.header .nav-link {
  color: white;
}

.header #account-info {
  padding: 0.5em;
  color: white;
}

.header #account-info p {
  margin: 0px;
}

.application {
  margin: 10px;
  padding: 10px;
  background-color: #c5c5c5;
  border: 2px black solid;
  -webkit-box-shadow: 3px 2px;
          box-shadow: 3px 2px;
}

#link-google-play {
  vertical-align: middle;
  margin: auto 0px auto 20px;
  font-size: 1.5em;
}
/*# sourceMappingURL=style.css.map */