* {
    font-family: "Instrument Sans", sans-serif;
  }

.footer {
    height: 88px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background-color: rgb(32, 30, 30);
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.footer span {
    padding: 0; 
    margin: 10px 0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer a {
    color: inherit; 
    text-decoration: none;
    margin: 0 12px;
}
