@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300');

body {
    color: #cccccc;
    font-family: "Source Code Pro", monospace;
    background-color: rgb(15, 15, 35);
}

h1 {
    color: white;
}

a {
    text-decoration: none;
    color: #009900;
}
