body {
  background-color: white;
  height: 100%;
  text-align: center;
}
.client-icon {
  width: 250px;
  height: 250px;
}
.container {
  width: 100%;
  text-align: center;
}
.apps {
  width: 100%;
}
.app {
  text-align: center;
}
.os {
  flex: 1;
  justify-content: center;
  text-align: center;
}
.instructions {
  font-size: large;
}
.icons {
  width: 150px;
  height: 150px;
}
.link {
  font-size: large;
}
