@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Merriweather', serif;
}

.container-sm {
    max-width: 500px;
}

.banner {
    background-image: url(banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.banner .row {
    background: rgba(0, 0, 0, 0.30);
    height: 175px;
}

a {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.794px;
    color:#1D4F43;
    text-decoration: none;
}

h1 {
    color: #1D4F43;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4px;
}

footer {
    background-color: #1D4F43;
}