    * {
      padding: 0;
      margin: 0;
    }
    .team-container {
      text-align: center;
    }

    .team-members {
      display: inline-block;
    }

    .team-member {
      display: inline-block;
      margin: 10px;
      text-align: center;
    }

    .team-member img {
      width: 250px;
      height: auto;
    }
    header {
        color: white;
        background-color: rgb(0, 151, 221);
        text-align: center;
        padding: 10px;
    }
    p {
        text-align: center;
    }
    a {
        text-decoration: none;
    }