a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}


#header {
  display: flex;
  justify-content: center;
}


.services {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
  .services {
    grid-template-columns: auto;
  }

  .services img.icon {
    width: 200px;
    border: 1px solid #f1f1f1;
  }

  .services > div > h1 {
    margin: 20px 20px 0 20px;
    font-size: 300%;
  }

  .services > div > h2 {
    width: margin: 6px;
    font-size: 200%;
  }


}

.services > div {
  background-color: #fdfdfd;
  border: 1px solid black;
  border-radius: 25px;
  padding: 20px;
  margin: 10px;
  font-size: 15px;
  text-align: center;
}

.services img.icon {
    width: 50px;
    border: 1px solid #f1f1f1;
}

.services > div > h1 {
    margin: 10px 10px 0 10px;
    font-size: 150%;
}

.services > div > h2 {
    width: margin: 3px;
    padding: 0;
    color: #b0b0b0;
    font-size: 80%;
}

img.sso {
    width: 20px;
}

#footer {
    text-align: center;
}
