
body {
    background-color: #0d3219;
}

p {
    font-family: 'VT323', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: rgb(245, 245, 245);
}
ul {
    font-family: 'VT323', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: rgb(245, 245, 245);
}

.container {
    position: static;
    width: 920px;
    margin-left: 30px;     
}

.container_bigger {
    position: static;
    width: 1380px;
    margin-left: 30px;     
}

.bottom {
    position: fixed;
    width: 920px;
    margin-left: 30px;   
    bottom: 0;  
}

.green {
    color: #12e02d;
}

.bold {
    text-decoration: underline;
}

        
.clickable {
    cursor: pointer;
    color: #12e02d;
}

.clickable:hover {
    text-decoration:underline;
}

.red {
        color: red;
    }

/* Unvisited */
a {
    color: #12e02d;
    text-decoration:none;
}

/* Rolled over */
a:hover {
    text-decoration:underline;
}

/* Mouse down */
a:active {
    color: #017212;
}

.parent {
    font-weight: bolder;
}
