@font-face {
    font-family: arial;
    src: url(arialnarrow.ttf);
    font-weight: narrow;
    }
        
table {
    font-size: 80%;
    border-collapse: collapse;
    width: 100%;
    }

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 3px;
    }

tr:nth-child(even) {
    background-color: #dddddd22;
    }
  
  
body {
    background-image: url('../images/binary2.png');
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    }
.column {
    float: left;
    background-color: #00000000;
    }
.outer {
    width: 5%;
    }
.middleext { /* This is for webpages that only use one big column. */
    width: 90%;
    }
.middle {
    width: 54%;
    }
.left {
    width: 16%;
    }
.right {
    width: 20%;
    }

.container {
    background-color: #000000;
    padding: 0px 15px;
    border: 3px solid #abcdff;
    margin: 10px;
    color: #eeeeff;
    font-family: monospace;
    font-size: 125%;
    border-radius: 15px;
    }
.container ul {
    padding-left: 20px; /* The default is 40px but it pushes the bullet points too far. */
    }
  
.album {
    background-color: #dd8888;
    padding: 10px 10px;
    border: 3px solid #662222;
    margin: 10px;
    width: 150px;
    }
.album img {
    width: 100%;
    }