footer {
    background-color: #021f2f;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}

.social-icons-footer {
    margin-bottom: 10px;
}

.social-icons-footer a {
    display: inline-block;
    margin: 0 8px;
}

.social-icons-footer img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.social-icons-footer a:hover img {
    transform: scale(1.2);
}

.u-text-1 {
    font-size: 20px;
    color: #ddd;
    margin: 0;
}