h1, .profile-header {
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The club information table */
.profile-table {
    width: 65%;
    background-color: #fcfcfc;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

/* Header row inside the table */
.profile-header {
    height: 50px;                 /* exact height */
    line-height: 50px;            /* vertical centering */
    padding: 0;                   /* prevents height from expanding */
    border-bottom: 1px solid black;
    border-radius: 10px 10px 0 0; /* rounded top corners */
}

.profile-logo {
  margin-top: 10px;
  margin-bottom: -12px;
}