body {
  background-color: #345;
  color:#abc;
}

h1 {
  text-align: center;
}

input, textarea, select {
  background-color: #def;
  border-radius: 8px;
  border-width: 1px;
}

.headerSection {
  border: 15px dotted #678;
  padding: 20px;
  margin:  50px;
  font-size: 16px;
  color: white;
}
.headerSection ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.headerLink {
  color: #def;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.contentSection {
  border: 2px dashed #678;
  background-color:#bcd;
  padding: 15px;
  margin: 50px;
  color: #012;
}

.message {
  font-weight: bold;
  font-style: italic;
  color: #911;
}