body {
  background-color: lightgrey;
  height: 100vh;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo img {
  width: 180px;
  margin-bottom: 20px;
}

.icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.icon img {
  width: 200px;
  margin: 10px;
}

.icon span {
  margin-top: 15px;
}
