footer {
    color: aliceblue;
    height: 200px;
    width: 100%;
    background-color: black;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
}

footer img {
    width: 100px;
    height: 100px;
    border-radius: 20%;
    margin-left: 25%;
}

.line {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 10px
}

.contact {
    position: absolute;
    font-size: 15px;
    top: 25px;
    left: 20px;
}