/* General body styling */
body {
    font-family: 'Courier New', Courier, monospace !important; /* FIX IT */
    background-color: #101010;
    color: #00B140;
    text-align: center;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0;
    height: 100%;
}

/* Excerpt styling */
.excerpt {
    padding: 0;
    border-radius: 0;
    font-size: 3em;
    font-weight: bold;
    box-shadow: none;
}

.excerpt p {
    margin: 20px 0;
    line-height: 1.5;
}

/* Link styling */
a {
    color: inherit;
    text-decoration: none;
}

/* Styling for bottom text */
.bottom-text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Adds some background color */
}

.bottom-text a {
    color: #161616;
    text-decoration: none;
}

.bottom-text a:hover {
    text-decoration: underline;
}
