footer {
    background-color: black;
    color: white;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-content a {
    color: #fff; 
    font-family: "Charm", cursive;
    text-decoration: none;
    font-weight: 300;
}

.footer-content a:hover {
    text-decoration: underline;
}
