body {
    background: #1e1e1e;
    color: #ffffff;
    font-family: monospace;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 99%;
    padding: 5px;
}
.footer-tech {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 10px;
      overflow: hidden;
      width: 100%;
    }