﻿.testcard {
    width: 45%;
    background-color: lemonchiffon;
    position: relative;
    margin: 5px;
    padding: 5px;
}

.testsign {
    position: absolute;
    top: 0px;
    left: 75%;
    width: 25%;
}
.answer {
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
    background: rgba(150,239,223,0.31);
    border-color: rgb(8,42,77);
    box-shadow: 1px 1px;
    padding: 10px;
}