| body { |
| background-color: lightgrey; |
| } |
|
|
| .container-main { |
| background-color: darkgrey; |
| padding: 20px; |
| margin: 25px auto; |
| width: 80%; |
| |
| border-radius: 10px; |
| |
| border: 2px solid #3c650b; |
| |
| } |
|
|
| hr { |
| border-top: 1px solid #3c650b; |
| |
| } |
|
|
| .header-logo, |
| .header-main-text, |
| .header-sub-text { |
| text-align: center; |
| } |
|
|
| .header-main-text h1, |
| .header-sub-text h3 { |
| color: #3c650b; |
| |
| } |
|
|
| h2 { |
| font-size: 1.4rem; |
| |
| color: #3c650b; |
| |
| } |
|
|
|
|
| h4 { |
| font-size: 1.2rem; |
| |
| color: #3c650b; |
| |
| margin-top: 10px; |
| |
| font-weight: 400; |
| |
| } |
|
|
| .card { |
| border: 2px solid #3c650b; |
| |
| } |
|
|
| .card-title { |
| color: #3c650b; |
| |
| } |
|
|
| .card-body { |
| text-align: center; |
| display: flex; |
| |
| flex-direction: column; |
| |
| justify-content: center; |
| |
| } |
|
|
| .row { |
| margin-bottom: 15px; |
| |
| } |
|
|
| .col-md-3 { |
| padding: 5px; |
| |
| } |
|
|
| .card-custom-height { |
| height: 75px; |
| display: flex; |
| flex-direction: column; |
| justify-content: space-between; |
| } |
|
|
| .card-body { |
| padding: 10px; |
| |
| text-align: center; |
| } |
|
|