.logo-footer {
   flex-direction: column;
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   ;
}

.logo-footer img {
   width: 80px;
   margin-right: 10px;
}

.footer-center {
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}

.header-main {
   position: fixed;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgb(14 13 30) 100%);
}