body {
    background: #1f1f1f;
    font-family: 'DM Mono', monospace;
    margin: 0;
    padding: 0 16px 40px;
    overflow-x: hidden;
    font-size: large;
    text-align: center;
}

.title {
    font-size: xxx-large;
    margin-bottom: 20px;
    color: #ffffff;
}

.images {
    width: 75%;
    height: 75%;
    max-width: 600px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 5px solid #29d316;
}

h1 {
    color: #ffffff;
    font-size: xx-large;
}

h2 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: x-large;
}

.div-contents {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    font-size: large;
    color: #ffffff;
}

.div-table {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: large;
}

.description {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: medium;
}

.bullet-points {
    text-align: left;
    color: white;
    font-size: medium;
    font-style: italic;
}

a:link {
    color: #f14c46;
    text-decoration: none;
}

a:visited {
    color: #f14c46;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(212, 120, 120);
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
}

.terminal {
    background: #000000;
    color: #46ee13;
    border: 3px solid #46ee13;
    text-align: left;  
}

.terminal-cursor {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: #46ee13;
    animation: blink 1s step-start infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0.75; }
  50% { opacity: 0; }
}

.url-style {
    font-size: medium;
    font-style: italic;
}

.div-left, .div-right {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.section-heading {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    font-size: x-large;
    font-style: italic;
    color: #ffffff;
}

#what-went-wrong {
    clear: both;
    overflow: hidden;
}