/* Last Update: 11:47 - 26-02-2024 */
* {
  margin: 0;
  padding: 0;
  /*border: orange dashed 1px;*/
  font-family: Montserrat;
  font-family: "Open Sans", Arial;
  /*font-family: arial;*/
}

body {
  background: #E6E6FA;
}

aside {
  width: 100%;
  text-align: right;
  /* right: 305px; */
  position: relative;
  margin: 0;
  /* margin-bottom: 20px; */
  bottom: 30px;
}

#container {
  background: #9C8AA5;
  margin: 50px auto;
  position: relative;
  width: 60%;
  height: auto;
  border: solid black 2px;
}

h1, h2, h3 {
  text-align: center;
  color: #f4edf7;
}

h1 {
  font-size: 5vw;
  color: #f4edf7;
}

h2 {
  text-align: center;
  margin-top: 15px;
}

h3 {
  margin-top: 10pt;
}

.pageIntro {
  text-align: center;
  width: 100%;
  color: #f4edf7;
}

img {
  display: block;
  margin: 25px auto;
  width: 200px;
  height: 200px;
}

.main---text--content {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #f4edf7;
  margin-bottom: 20px;
  margin: 10px auto;
  width: 75%;
  font-weight: bold;
}
.main---text--content a {
  color: #ffe28c;
}
.main---text--content a:hover {
  text-decoration: none;
}

.footer {
  text-align: center;
}

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