@font-face {
  font-family: 'SuperCaramel';
  src: URL('../SuperCaramel/SuperCaramel-5yBza.ttf');
}

.footer {
  display: block;
  position: relative;
  margin-bottom: 10px;
  align-items: center;
}

.footer .middle-content {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.footer .side-content {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: auto auto;
}

.footer .home {
  margin-left: 10px;
}

.footer .home img {
  padding: 5px;
  width: 100px;
  height: 60px;
}

.footer .copyright {
  margin-left: auto;
  margin-right: auto;
  color: #39B697;
}

.footer .links {
  margin-right: 10px;
}

.footer .links ul {
  display: flex;
  justify-content: right;
	list-style: none;
  padding: 0;
  margin: 0;
}

.footer .links .icon {
  display: inline-block;
  position: relative;
}

.footer .links .icon a {
  display: block;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
}

.footer .links .icon a:hover {
  background-color: #61CCA7;
}

.footer .links .icon img {
  width: 50px;
  height: 50px;
}
