.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background-color: rgb(250, 190, 5);
    background-image: linear-gradient(to bottom, rgb(255, 210, 70), transparent);   
}

.icon-container{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 25px;
}

.hyperlink-icon{
    height: 30px;
}

.copyright{
    height: 50px;
    margin: 0px;
    text-align: center;
    font-family: 'Rubik', Arial;
    font-weight: bold;
    font-style: italic;
    font-size: x-large;
    line-height: 50px;
}

.copyright.small{
    text-align: left;
    font-size: large;
    line-height: 60px;
    overflow-y: hidden;
}