@import "web.css";

body {
    background: black;
    color: white;
}

a {
    color: aqua;
}
