body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #161616;
    color: white;
}

#header {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}

#header p {
    font-size: 18px;
}

#club-photo-holder {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

#club-photo {
    position: relative;
}

.club-photo-highlight {
    position: absolute;
    left: 0;
    z-index: 1;
}

#member-info-holder {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 800px;
    text-align: center;
    z-index: 10;
}

#member-name {
    background-color: white;
    color: #161616;
    padding: 5px 40px;
    border-radius: 20px;
    font-size: 16px;
}

area:hover {
    cursor: pointer;
}