footer {
    background: var(--bg2);
    color: var(--txt2);
    padding: 1.5rem;
    font-size: 0.9rem;  
    border-top: 0.05rem solid var(--border2);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: space-evenly;
}
footer div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
footer div a {
    text-decoration: none;
    color: var(--cool);
}
footer div p {
    text-decoration: none;
}
footer div ul {
    list-style: none;
}
footer a:hover {
    text-decoration: underline;
}
.kake {
  width: 140px;
    height: auto;
}
