body {
    background: url('../img/Wei\'s\ Animals/goldeneagle_gif.gif');
}

.card {
    margin-left: 33.3%;
    margin-right: 33.3%;
    background-color: #FFD700!important;
    padding: 30px;
    border: 3px solid;
    border-radius: 20px;
    box-shadow: 10px 10px #777777;
    width: 30%;
}

.card-header > img {
    border-radius: 25% 10%;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.card-title {
    color: white;
}

.card-text {
    font-size: 15pt;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #828076;
}