body {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 375px) {
  .container {
    max-width: 720px;
  }
}
h1, h2, h3, h4, h5 {
  color: #791023;
}
.slogan {
  text-align: center;
  font-size: larger;
  margin-bottom: 20px;
  font-size: 13pt;
}
footer {
  background: white;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: smaller;
}
hr {
  border: 1px solid #791023;
  opacity: 1;
}
.highlight {
  color: #791923;
  font-weight: bold;
}
a {
  color: #791923;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style-type: none;
  padding-left: 1rem;
}
#whatsapp_btn {
  background: white;
  border: thin solid #25d366;
  color: #25d366;
  border-radius: 10px;
  width: 100%;
}
#whatsapp_logo {
  width: 36px;
}
#mail_btn {
  background: white;
  border: thin solid #791023;
  color: #791023;
  border-radius: 10px;
  width: 100%;
}
#mail_logo {
  width: 36px;
}
