@media (max-width:991px) {
    .header-img {
        max-width: 350px;
    }

    div.col-md-5 {
        text-align: center;
    }

    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

body {
    max-width: 1024px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.link-dark {
    color: #773c1b;
}

.link-dark:hover {
    color: #ba814b;
}

h3 {
    text-shadow: 1px 1px #000000;
    margin-top: 12px;
}

div.col-md-4 {
    text-align: center;
}

background {
    background-color: #e9caa8;
}

border {
    text-align: center;
    background: linear-gradient(90deg, #C6FFDD, #FBD786, #f7797d);
    display: block;
    box-sizing: border-box;
    font-family: 'BioRhyme', serif;
}

h1 {
    font-size: 33px;
    text-align: center;
}

h2 {
    color: #c51212;
}

.menuborder {
    border-radius: 35px;
    border: 1px solid #705543;
    background-color: #e7c7a6;
}
