/* style, saying what
kinds of content should follow which rules */
body {
    background-color: #32CC91;
    text-align: center;
}

#menu {
    width: 30%;
    float: right;
}

#kitten-output {
    margin-top: 5%;
    display: inline-block;
    width: 65%;
}

.after-kitten {
    border: 2px solid #AA32CC;
    border-radius: 4%;
}

.fancy {
    font-family: cursive;
}

.kitten-pic {
    width: 200px;
}
