.pointer {
  cursor: pointer;
}

textarea {
  resize: none;
  height: auto;
  overflow: auto;
  width: 95%;
  min-width: 150px;
  background-color: white;
  border: solid;
  border-color: black;
  color: navy;
  font-size: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.click {
  height: 40px;
  width: auto;
}

.click:active {
  color: #e27d60;
  border: dotted;
}

.imgsize {
  height: 40px;
  width: auto;
}

.img {
  height: 40px;
  width: auto;
  margin-left: 1px;
  margin-right: 1px;
}

.nodec {
  text-decoration: none;
  color: darkgrey;
}

a:hover {
  text-decoration: none;
  color: royalblue;
}
