body {
    line-height: 35px;
}

.flashcards {
    background-color: rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 140%;
}

.face {
    color: #111;
    height: 200px;
    position: relative;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 350px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 3px 3px 10px 2px #888;
    background-color: #FFF;
}

.question{
    left: -10px;
}

.answer {
    left: 10px;
    margin-top: -30px;
}

.card-contents {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

.sound-container{
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    bottom: 0;
    font-size: 15px;
    height: 30px;
    margin: 0 auto;
    font-weight: bold;
    color: #555;
}

.sound-left{
    width: 50%;
    height: 100%;
    float: left;
}

.sound-right{
    width: 50%;
    height: 100%;
    float: right;
}

.sound-icon {
    width: 30px;
}


@media (max-width: 768px) {
    .face {
        height: 150px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 140%;
    }
    .sound-icon {
        width: 25px;
    }
    .sound-container {
        height: 25px;
        bottom: 10px;
    }
}
