html, body {
    height: 100%
}

.flashcard {
    font-size: 600%;
    text-shadow: 2px 2px #ddd;
    background: radial-gradient(#ece7cd, #ccb49b);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 2px 1px #ddd
}

.deemphasized {
    color: #888
}