.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.contact a {
    text-decoration: none !important;
}

.contact img {
    width: 32px;
    height: 32px;
}

.links a {
    display: inline-block;
}

#github {
    margin-bottom: 1rem;
}

#hatsune-miku {
    position: absolute;
    bottom: -15px;
    right: -50px;
    width: 115px;
    height: auto;
    z-index: 10;
}

#pigeon {
    position: absolute;
    top: -35px;
    left: -35px;
    transform: rotate(-15deg);
    width: 75px;
    height: auto;
    z-index: 10;
}