html,
body {
  width: 100%;
  /*height: 100%;
  overflow: hidden;*/
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  color: black;
  background: white;
}
body.bg {
  background-image: url('img/image.png');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#main {
  width: 100%;
  height: 100%;
  /*width: 823px;
	margin: 0 auto;*/
  padding: 1.5em 2em;
  border: 0px solid silver;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
a {
  color: black;
  text-decoration: none;
}
a.button {
  display: inline-block;
  padding: 10px;
}
.text p {
  margin-bottom: 1em;
}
.text p:last-child {
  margin-bottom: 0;
}
.text a {
  text-decoration: underline;
}
.link-collection a {
  text-decoration: underline;
}
section {
  margin-bottom: 1em;
}
p span {
  color: #655fff;
}
.button {
  display: inline-block;
  padding: 0.2em 0.4em;
  margin: 0.8em 0;
  border: 1px solid black;
  border-radius: 0.2em;
  cursor: pointer;
  color: black;
}
.button:hover {
  border: 1px solid #655fff;
  color: #655fff;
}
