body {
  padding-top: 3.5rem;
}
.masthead {
  height: 50vh;
  min-height: 300px;
  background-image: url('47.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
h2 {
    margin-bottom:20px;
}
.entrecards {
    margin-bottom:30px;
}
:target {
    display: block;
    position: relative;
    top: -140px; 
    visibility: hidden;
}
textarea {
    border: 1px solid black;
    outline: none;
    resize: none;
    overflow: auto;
    width:100%;
}