body {
	background:#f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.container-component {
  margin-bottom: 0;
  background: #fff;
  padding: 10px 30px;
  border:1px solid green;
  border-radius:10px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
  font-weight: 300;
  color: #5e8ec1;
}
.container-header {
  z-index: 10;
  background-color: #f5f5f5;
  background-image: none;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}
a:not([class]) {
  text-decoration: none;
}
a {
  color: #13704d;
}
.footer {
  color: #fff;
  background-color: #fff;
  background-image: none;
  margin-top: 1em;
}