html, body {
  margin: 0;
}

body {
  background-color: #14b764;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  text-align: center;
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; 
}

.page {
  background-color:#141d1f;
  border : 3px solid #fff;
  width: max-content;
  margin: 50px auto;
}

header {
  text-align: center;
  padding: 0.5em; 
  border-bottom: 3px double #dab655;
  margin: 0 2em;
}

nav {
  border-bottom: 3px double #dab655;
  margin: 0 2em;
  padding: 0.3em;
}

nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0.2em;
}

section {
  padding: 2em;
  width: max-content;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}


b {
  color: #dab655;
  text-transform: uppercase;
}

code {
  font-family: courier, 'courier new', monospace;
  text-transform: none;
  font-weight: normal;
}

a {
  color: #dab655;
}

a:hover {
  color: #fff;
}
input[type='submit'] {
  background-color: #dab655;
  color: #141d1f;
  border: none;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 3px;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}

.error {
  margin: 1em;
  padding: 1em;
  background-color: #141d1f;
  color: #d4b764;
  border: 4px solid #fff;
}
