.whysres{
    border: 1px solid #e8e8fd;
    padding: 0.7rem;
    padding-bottom: 0;
    border-radius: 5px;
}
.night .whysres{
    border:1px solid #444;
}
.whysres h2{
    font-size: 0.75rem;
    margin-bottom: 0.7rem;
    color: #2196f3;
}
.whysres p{
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-bottom: 0.7rem;
}
.night .whysres p{
    color: #aaa;
}