@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500&display=swap');
body{
    font-family: 'Maven Pro', sans-serif;
    /* background-color: #ece9e3; */
    background: url(../images/bg-agenda-sm.png);
    
    background-repeat: no-repeat;
    height: 174px;
    background-position: top left;
}

.bg-nav{
    
}
.card{
    background: rgb(149,26,29);
    background: linear-gradient(34deg, rgba(149,26,29,1) 0%, rgba(149,26,29,1) 35%, rgba(236,31,40,1) 100%);
}

.bg-content{
    background: url(../images/bg-content.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: auto;
    border-radius: 10px;
}

main > .container {
    padding: 60px 15px 0;
}

.footer{
    background: url(../images/bg-content.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 400px;
}
