.footer {
    background-color: #274156;
    padding: 30px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -17px 34px #203547;
}

.footer p {
    margin: 10px 0;
    font-size: 16px;
}

.footer a {
    color: #C39A46;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #800000;
}

@media (max-width: 768px) {
    .footer {
        padding: 20px 0;
    }
    
    .footer p {
        font-size: 14px;
    }
}
