*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.my-body {
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  background-color: #e3e3e3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: sans-serif;
  font-size: 1.1rem;
  color: #808080;
}

header.header {
  margin: 3rem auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
header.header img {
  width: 200px;
}

.main {
  border-radius: 0.2rem;
  background-color: #fff;
  background-color: white !important;
  padding: 2rem;
  width: calc(100% - 20px);
  max-width: 600px;
  margin: 0 auto;
}

.footer {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.8rem;
  width: calc(100% - 20px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.footer .header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.05rem 5rem;
}
.footer .header > span {
  margin: 0 0.4rem;
  float: left;
}
.footer .header > span span {
  float: left;
}
.footer .header .header-item {
  padding-top: 0.2rem;
}
.footer .network {
  justify-content: center;
  align-items: center;
  margin: 2rem auto !important;
  text-align: center;
  width: -moz-max-content !important;
  width: max-content !important;
  clear: both;
  padding-bottom: 1rem;
}
.footer .network span {
  margin: 0 0.3rem;
  float: left;
}
.footer .network--icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #808080;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0.4rem;
}
.footer .network--icon img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
.footer p {
  clear: both;
}

/** default class **/
.text-blue {
  color: #3761AB;
}

.text-gray {
  color: gray;
}

.mx {
  margin: 0 0.2rem;
}

.my {
  margin: 0.2rem 0;
}

.ml {
  margin-left: 0.2rem;
}

.mr {
  margin-right: 0.2rem;
}

.bold {
  font: bold;
}

.mt-2 {
  margin-top: 1rem;
}/*# sourceMappingURL=template-mail.css.map */