body {
    background: #fff;
}

#site-header {
    background: rgb(14, 177, 76);
    color: aliceblue;
    display: flex;
    /*position: fixed;*/
    justify-content: space-between;
    width: 100%;
    /*top: 5px;*/
    height: 80px;
}

#site-body {
    background: aliceblue;
    color: rgb(0, 0, 0);
    display: flex;
    padding: 90px 5px 80px;
    justify-content: space-between;
    width: 100%;
}

#site-footer {
    background: rgb(14, 177, 76);
    color: aliceblue;
    width: 100%;
    height: 80px;
}

.quetion-card{
    margin: 5px;
}