.footer {
  width: inherit;
}

.footer-background {
  background-color: var(--black);
  top: 4500px;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;   
  gap: 80px;
  z-index: 5;
}

.somahomepage .flex-row-1 {
  position: relative;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 80px;
}

.somahomepage .soma-square-logo {
  height: 150px;
  width: 150px;
}

.somahomepage .contact-information {
  position: relative;
  align-self: flex-end;
  color: var(--white);
  font-family: var(--font-family-fahkwang);
  font-size: var(--font-size-xs);
  font-weight: 300;
  letter-spacing: 0.4px;
  word-spacing: 1.2px;
  line-height: 21px;    
  margin-left: 40%;
  width: 400px;
}

.somahomepage .social-icons {
  align-items: center;        
  display: flex;
  margin-top: 9.0px;
  justify-content: space-between;
  width: 140px;
}

.somahomepage .twitter-footer {
  height: 25px;    
}

.somahomepage .github-footer {
  height: 29px;    
}
.somahomepage .substack-footer {
  height: 26px;
}

.somahomepage .disclaimer-section {
  background-color: var(--white);
  margin-top: 240px;
  height: 80px;
}

.somahomepage .footer-links {
  height: 22px;
  justify-content: center;
  position: relative;
  top: 29px;
}

.somahomepage .copyright-text {
  letter-spacing: -0.19px;
  line-height: 22px;
  white-space: nowrap;
}

.somahomepage .footer-links-item {
  letter-spacing: -0.19px;
  line-height: 22px;
  margin-left: 30px;
  white-space: nowrap;
}


.somahomepage .footer-1 {
  align-items: center;
  display: flex;
}


.somahomepage .social {
  display: flex;
  min-width: 140px;
}
