.footer {
  background-image: url(./../assets/images/footer.svg);
  background-size: 100%;
}


.button {
  width: 70px;
  margin-top: 10px;
  height: 43px;
}

.bottom-bar .button img {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bottom-bar .button p{
  text-align: center;
}

.home {
  position: absolute;
  left: 43.2%;
  right: 43.47%;
  top: 8.82%;
  bottom: 42.15%;
  background-color: #127ed9;
  box-shadow: 2px 2px 8px rgba(180, 180, 180, 0.25);
  border-radius: 40px;
}

.home img {
  transform: translate(-50%);
}
