body {
  background: #fcf5f5;
  color: #3F4146;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

a {
  color: #7b2952;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 250px;
  display: inline-block;
}

.container {
  margin: 0 auto;
  max-width: 800px;
  padding: 15px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  color: #7b2952;
}

p,
td {
  font-size: 15px;
  line-height: 150%;
}

td {
  text-align: justify;
  padding-bottom: 4px;
}

.front {
  font-size: 24px;
  color: #000;
}

.app_links {
  margin-top: 40px;
}

.app_link {
  display: inline-block;
  margin: 10px;
  background: transparent url("/image/icons.png") no-repeat 0 0;
  text-indent: -9999px;
  background-size: 100% auto;
  width: 170px;
  height: 56px;
}

.app_link.google_play {
  background-position: 0 -122px;
}

.app_link.web_app {
  background-position: 0 -365px;
}

.app_link:hover {
  box-shadow: 0 0 10px #7b2952;
  background-color: #000;
}

footer {
  margin-top: 40px;
}

footer h3 {
  margin: 0;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .menu a {
  margin: 10px 20px;
  display: inline-block;
}

footer .container {
  border-top: 1px solid #ffc9c9;
}

footer .copy {
  margin-top: 20px;
  font-size: 15px;
  line-height: 150%;
}

/*# sourceMappingURL=front.css.map */