body {
    cursor: url(default.png), default;
    width: 100vw;
    height: 100vh;}

.b {
    background-color: black;
    color: white;
}

.w {
    background-color: white;
    color: black;
}

ul {
    list-style: none;
    line-height: 200%;
}

a {
    color: inherit;
    text-shadow: 0px 2px 0px;
    cursor: url(pointer.png), pointer;
}

.container {
    margin: 10%;
}

.home {
    font-size: 200%;
    text-shadow: 0px 4px 0px;
}