footer {
    width: 100%;
    padding: 14px 14px 26px 14px;
    margin-top: 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    background: #000;
}

footer h3 {
    padding: 0;
    margin: 0;
  }
  

footer h3 a::after {
    content: "hire me";
    font-family: 'DM Sans', sans-serif;
    font-size: 130px;
    color: #fff !important;
    padding: 0;
    margin: 0;
    align-self: flex-start;
    text-decoration: none !important;
}

footer .brief {
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    white-space: nowrap;
    height: fit-content;
    width: fit-content;
    block-size: fit-content;
}
  
footer .brief a {
    text-decoration: underline;
    margin-bottom: 5px !important;
}
footer .brief a:hover {
    color: var(--primary-color);
}
  
footer .brief a,
footer .brief p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    text-align: right;
    line-height: 1;
    font-size: 1rem;
    display: table;
    mix-blend-mode: difference;
}


@media (max-width: 1024px) {
    footer h3 a::after {
        font-size: 89px;
    }
}

@media (max-width: 768px) {
    footer h3 a::after {
        content: "hm";
    }
}

@media (max-width: 570px) {
    footer h3 a::after {
        content: "";
    }
}

@media (max-width: 425px) {  
    footer .brief a,
    footer .brief p {
      font-size: 17px;
    }
}
  
@media (max-width: 320px) {
    footer .brief a,
    footer .brief p {
        font-size: 15px;
    }
}
