/* src/styles.scss */
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.info-container {
  width: 90%;
  background-color: #8df4eb;
  line-height: 2rem;
  margin: 20px auto;
  margin-top: 0px !important;
  padding: 20px;
  align-content: center;
  text-align: center;
  border: 2px solid #8df4eb;
  border-radius: 12px;
  font-family: Times New Roman;
  font-size: 120%;
}
b {
  font-weight: bold;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
