.width-100{
  width: 100%;
}

.footer-main-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.footer-main-container a{
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.footer-main-container a:hover{
  transition: 120ms;
  text-decoration: underline;
  color: var(--blue);
}