#controlPanel {
    /*puts the card and control panel side by side*/
    display: inline-block;

    /*makes the card and control panel aligned at the top*/
    vertical-align: top;

}

#card {
    width: 400px;
    height: 260px;
    border: 3px solid black;
    position: relative;
    text-align: center;



    margin-right: 30px;


    word-wrap: break-word;


    overflow: hidden;
    background-image: url("NOOOOOO.jpg");

}


#topText,
#bottomText {
    font-size: 25px;
}


#bottomText {
    /* font-size: 40px; */
    position: absolute;
    bottom: 0;
    width: 100%;
}
