.btn-yellow {
    background-color: #cfa819;
    color: #eeebe8;
    border: 1px solid transparent;
}

.btn-yellow:hover {
    background-color: #cfa819;
    color: #eeebe8;
    border: 1px solid transparent;
}

.logo-container {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.logo {
    width: 300px;
}

#group_info {
    margin-top: 10px;
    text-align: center;
    display: none
}
