html,
body {
  background-color: #4ECCA4
}

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}

.main-logo {
  width: 60%;
  height: 500px;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
  margin-right: 0.5rem;
}
