body {
  /* background-image: linear-gradient(180deg, #a88c9b, #ccc 40%, #6f9481); */
}

.melhead {
  width: 35em;
  height: 5em;
  border: 1px solid #333;
  background-image: url("logo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.melbase {
  width: 35em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  /*background-image: linear-gradient(180deg, #fff, #ccc 40%, #ccc); */
  background-image: url("back.png");
}

a:link, a:visited {
  background-color: #666666;
  color: white;
  padding: 5px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

a:hover, a:active {
  background-color: red;
}

/*
textarea {
  background-image: url("back.jpg");
  width: 500px;
  height:500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /*
}
*/
