@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
* {
    font-family: "Merriweather", serif;
}
.navbar {
    background: linear-gradient(#fff0d7, #f7f7f7);
}
.navbar-brand img {
    border: 1px solid #333;
}
p, a {
    color: #333
}
.textlinks {
    text-decoration: none;
    color: #000;
}
.carousel-item img {
    height: 66.5vh;
    object-fit: contain;
    background-color: #ffffff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0) saturate(100%) invert(46%) sepia(4%) saturate(93%) hue-rotate(314deg) brightness(92%) contrast(94%);
}