@import url("global.css");
@import url("header.css");
@import url("footer.css");

a:hover {
    text-decoration: underline;
}