html {
    font-size: 62.5%;
    font-family: monospace;
}

body {
    background-color: #250921;
    color: #12E9A8;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* Begin Fonts */

h1 {
    font-size: 5rem;
}

p, li {
    font-size: 1.6rem;
}

/* end fonts */

/* Begin Containers */

.col-md-8 {
    width: 66.6666666666667%;
}
.col-md-9 {
    
}

/* end containers */