#profileForm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#sessions {
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.session {
    background-color: lightblue;
}


button.submit {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }