.tiles-container {
  overflow: hidden;
  padding: 130px 0 0 0;
  display: inline-block;
  width: auto;
}
.message-container {
  padding: 243px 0 0 0;
  line-height: 1.7;
}
.tiles-container a {
  transition: all 200ms ease;
  color: #777;
  text-align: center;
  width: 85px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px 20px 20px 20px;
  display: block;
  width: 272px;
  height: 200px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top 30px;
}
.tiles-container a h1 {
  width: 100%;
  font-size: 15px;
}
.centered {
  text-align: center;
}
.tile {
  display: inline-block;
  float: left;
}
.tile h1 {
  font-weight: 700;
}
.tile .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tile .fa-window-maximize {
  color: #ef8b00;
  display: block;
}
.tile a:hover {
  border: 2px solid #ef8b00;
  color: #000;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tile a:hover .fa-window-maximize {
  color: #ef8b00;
}
