@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}
.content {
  height:100%;
  border:2px solid #a69a78;
  border-radius: 12px;
  box-shadow: 3px 3px 3px 0 #a69a78;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

