.sourceCode {
    color: rgb(250, 250, 250);
    background: rgb(99, 99, 99);
    padding: 0.3em;
    margin: 0.3em;
    border-radius: 0.4em;
}

.bash .ex {
    color: rgb(250, 150, 150);
}

.bash .va {
    color: rgb(150, 250, 150)
}

.bash .co {
    color: rgb(200, 200, 200)
}

p {
    text-align: justify;
}

.home-btn{
    width: 3em;
    height: auto;
}

h1 {
    color: rgb(30,30,30);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

li {
    margin-bottom: 0.5em;
}

ul {
    padding-inline-start: 1em;
}

#content {
    display: flex;
    justify-content: center;
}

@media (min-width: 600px) {
    #content-inner {
        width: 600px;
    }
}

/* Phone */
@media (max-width: 600px){
    #content-inner {
        width: 100%;
    }
    .spacer{
        margin-bottom: 100px;
    }
}

/* Desktop */
/*@media (prefers-color-scheme: dark) {*/
/*    body {*/
/*        color: white;*/
/*        background: black;*/
/*    }*/
/*    .spacer{*/
/*        margin-bottom: 300px;*/
/*    }*/
/*}*/