/* VARIABLES */
/*MAIN CONTENT*/
/* MAIN CONTENT */
@import "https://fonts.googleapis.com/css?family=Noto+Sans";
@import "https://fonts.googleapis.com/css?family=Bubblegum+Sans";
/* line 6, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
html {
  background-color: #e6e6e6;
  margin: 0 auto;
  width: 700px;
}
/* line 12, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
body {
  background-color: white;
  border: 30px solid #9bcfff;
  border-radius: 10px;
  display: inline-block;
  font-size: 16pt;
  margin: 100px auto;
  min-height: 300px;
  overflow: auto;
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
  width: 550px;
}
/* line 27, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
h1,
p {
  float: left;
  margin: 0 0 20px 0;
  padding: 0 30px 0 0;
  width: 54%;
}
/* line 34, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
h1 {
  font-family: 'Bubblegum Sans', cursive;
  color: #83b5ff;
  font-size: 36pt;
}
/* line 40, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  line-height: 23pt;
}
/* line 46, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
img {
  background-color: lavenderBlush;
  display: inline;
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40%;
}
/* line 56, C:\Users\Public\Workspace\CodeAvengers2\CodeAvengers\wwwroot\less-modules\theme-base.less */
a {
  bottom: 25px;
  color: #83b5ff;
  display: inline-block;
  float: right;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  margin-right: 3px;
  padding: 10px 0 0 0;
  position: absolute;
  right: 54px;
  width: 220px;
}
/*# sourceMappingURL=theme1.css.map */