body {
    font-family: 'Inter', sans-serif;
    
    min-height: 100vh;
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.title {
    width: 100%;
    text-align: center;
    margin-top: 56px;
    background-color: rgba(0,0,0,.5);
    color: white;
    padding: 1.5rem;
}

.title h3 {
    margin: 0;
}

.dao-cards {
    max-width: 500px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.card.dao-card {
    background-color: rgba(255, 255, 255, .85);
    margin-bottom: 2rem;   
}

.card.dao-card .card-body {
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.card.dao-card .card-body span {
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    height: fit-content;
    padding: 8px 0;
    cursor: pointer;
}