/* This is a CSS file */

.card {
    margin-top: 8vh;
}
.df-header {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #F47F31;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2% 8%;
    font-size: 18px;
}
.df-header h3 {
    width: 95%;
    margin: 0 auto;
    display: block;
    background-color: #F47F31;
    color: #ffffff;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.behavior {
    border: 4px solid #51BA45;
}
.behavior h3 {
    background-color: #51BA45;
}
.result {
    border: 4px solid #2875D1;
}
.result h3 {
    background-color: #2875D1;
}
.df-header ul li {
    list-style-type: disc;
}
