
body {
    background-color: #000000;
}

/* Centering content */
.bodytext {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    padding: 10px 0;
    border:  1px;
    border-color: white;
    text-align: center;
    background: #000000;
    color: white;
}

/* Image styling */
img {
    height: 250px;
}

/* Body text styling */
.links {
    font-family: 'courier', sans-serif;
    font-size: 12px;
    padding: 20px;
    border:  none;
    text-align: center;
    background: #000000;
    color: white;

}
