/* You can add global styles to this file, and also import other style files */
.mainTheme {
  color: black;
  background-color: lightsteelblue;
  font-size: 15px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h1 {
  color: floralwhite;
  background-color: navy;
  position: fixed;
  height: auto;
  width: 100%;
  margin-top: 10px;
  z-index: 3;
}
h2 {
  color: dimgray;
}
.spaceH1 {
  padding-top: 80px;
}
#wrapper {
  width: 100vw;
  min-width: 300px;
  max-width: 650px;
  margin-left: -5px;
  overflow-x: hidden;
}
iframe {
  width: 100%;
  min-width: 300px;
  max-width: 1000px;
  height: auto;
  background-color: beige;
  color: black;
  border-radius: 3px;
  border-color: black;
  border-style: solid;
}
.img_VBA {
  width: 100%;
  min-width: 300px;
  max-width: 1000px;
  height: auto;
}
object {
  width: 100%;
  min-width: 300px;
  max-width: 1000px;
  height: auto;
}
a:visited {
  color: gray;
}

/*# sourceMappingURL=styles.css.map*/