.header {
    background-color: rgb(250, 240, 193);
    display: flex;
    font-family:'Courier New', Courier, monospace;
}

#headerWords {
    float: right;
    text-align: right;
    padding-left: 70%;
}

body {
    background-color: black;
}

#bigCat {
    margin-left: 6%;
    margin-top: 10px;
    background-color: black;
}

h2 {
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

h3 {
    color: white;
    font-family:'Courier New', Courier, monospace;
}

#bottom {
    margin-left: 10%;
}

.column {
    float: left;
    width: 33.33%;
}