footer {
    margin: 20px;
    bottom: 100px;
    border-radius: 5px;
    padding: 5px;
    right: 3%;
    left: 3%;
}

.footer-container {
    float: left;
    display: flex;
    align-items: center;
}

.footer-container img {
    width: 20px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.footer-container a {
    margin-right: 10px;
    color: black;
    text-decoration: none;
}

.copy-right {
    position: absolute;
    right: 5px
}