* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  /* background: #000 url('/images/bg_lito.jpg') no-repeat; */
  /* background-size: cover; */
  /* height: 100vh; */
  /* overflow: hidden; */
  width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 1.4rem;
  color: #adff2f;
  background-color: black;
}

.wrapper {
  margin: 1rem;
}

h1 {
  color: orange;
  font-size: 2.4rem;
  margin: 3em 0 1em;
  text-align: center;
}

ul.accordion {
  padding: 0;
  list-style-type: none;
}

cite {
  position: absolute;
  bottom: 1em;
  right: 1em;
  /* color: greenyellow; */
  color: transparent;
  font-size: 12px;
}

a:link,
a:visited {
  color: orange;
  text-decoration: none;
}

a:hover,
a:focus {
  color: azure;
  text-decoration: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden {
  display: none;
}

.form-textarea {

}

textarea.message,
textarea.message-lorem {
  width: 100%;
  min-height: 50px;
  /* width: calc(100% - 2rem); */
  /* height: 100%; */
  background-color: transparent;
  border: 1px solid orange;
  color: white;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  padding: 0.5em;
}

/* .lorem-text {
  margin: 30px 0;
  color: orange;
} */
