footer {
    width: 100%;
    height: 5rem;
    color: white;
    position: fixed;
    bottom: 0;
    background-color: #353535;
}

footer p {
    color: white;
    font-size: 1rem;
    text-align: center;
}
/* footer nav {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
} */

/* footer nav a {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
} */

/* .name {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: -2rem;
}

#name:hover, #name:active {
    color: #cf54a6;
} */

/* footer nav a:hover, footer nav a:active {
    color: #cf54a6;
} */

footer a {
    font-size: 0.5rem;
    margin-top: 2rem;
    margin-left: 3rem;
    color: white;
}

/* footer a:hover, footer nav a:active {
    color: blueviolet;
} */