footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    background-color: #b388679b;
    color: #5C4033;
    font-family: "Merriweather", serif;    
    margin-top: 50px;
}

.webdesign-link {
    color: #D97904;
    text-decoration: none;
    font-size: 1.1rem;
}