﻿body {
}
.card {
        /*card all rounded corners*/
    border-radius:15px;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.card-header {
        /*card header rounded top corners, sharp bottom corners*/
    border-radius:15px 15px 0px 0px;
}
.card-footer {
        /*card footer rounded bottom corners, sharp top corners*/
    border-radius:0px 0px 15px 15px;
}
.webTextBox {
    border-radius:5px;
    border:solid 1pt grey
}
.btn {
    border-radius: 15px;
    border-style: solid;
    border-width: 1pt;
    padding: 15px;
    margin:1em auto;
}
p.information {
    font-style:italic;
}



