/*
 * Author: Hexinyan
 * Date Created: 2026-05-18 00:16:59
 * Modified By: Hexinyan
 * Last Modified: 2026-05-19 20:08:30
 * Description: home.css
 */

a {
    text-decoration: none;
}
.container {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.footer {
    height: 50px;
}