@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Oxanium:wght@200..800&display=swap');

.header {
    background-color:rgba(0,0,0,0.0);
    padding:20px 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .05), 0 0px 0px 0 rgba(0, 0, 0, .05);
}

p {
    font-family: "Roboto",sans-serif;
    font-size:13px
}

.text-bold{
    font-weight:700;
}

main.responsive .text-center.mb-4 > img {
  max-height: 800px !important;
  max-width: 100%;
  border-radius: 10px !important;
}

li {
    font-family: "Roboto",sans-serif;
    font-size:13px
}

.card {
    overflow:hidden;
    border-radius:10px;
    width:auto;
}

.card-title{
    color:var(--green);
    font-family:"Oxanium",sans-serif;
    padding:20px 40px;
    color:#008c4f;
    font-size:25px;
    font-weight:700;
    background-color:#12121a;
}

.card-body{
    background-color:#181822;
    align-items:center;
}

.card-body li{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:start;
    background-color:#181822;
}

footer {
    background-color:#12121a;
    width:100%;
    padding:40px;
    margin-bottom:0px;
}