body {
    font-family: Arial, Helvetica, sans-serif;
}
nav {
    transform: translateX(20px);
    margin-bottom: -15px;
}
.not > li {
    list-style-type: none;
}
.not > li::before {
    content: 'I WILL NOT: ';
    color: red;
    letter-spacing: 0.8pt;
}
#js {
    display: none;
}
#nope {
    transform: translateX(30px);
}