body, .container {
    background-color: #070010;
    height: 100vh;
}

.code-left {
    color: rgb(250, 53, 70);
}

.code-right {
    color: rgb(59, 111, 253);
}

.text-muted {
    color: rgb(140, 140, 140) !important;
}

a, a:link, a:visited, a:active {
    color: white;
}

a:hover {
    color: lightgray;
}