body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #c2dfe3;
}

header {
  background-color: #5c6b73;
  color: white;
  padding: 10px;
}

header, .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  font-size: 2em;
}
.logo a {
  text-decoration: none;
  color: white;
}
.logo a span:nth-child(3) {
  color: #c2dfe3;
}

.container {
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 3em;
}

.icon {
  display: flex;
  flex-direction: column;
  border-radius: 10%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  width: 150px;
  height: 150px;
  margin: 1.5em;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.icon img {
  border-radius: 10%;
  max-width: 80%;
  max-height: 80%;
  transition: all 0.3s ease-in-out;
}
.icon span {
  color: #5c6b73;
}

.icon:hover {
  background-color: #9db4c0;
  transform: scale(1.1);
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #253237;
  color: #e0fbfc;
}

/*# sourceMappingURL=style.css.map */
