#member-main {
    background-image: url('../../../img/top.jpg');
    background-size: cover; 
    background-position: center;
}
#title-group {
    color: black;
    text-align: center;
}
#title {
    font-size: 2em;
    font-weight: 900;
    /* margin-bottom: 20px; */
}
#button-area {
    bottom: 20px;
    position: absolute;    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 95%;
}
