@import url("https://use.typekit.net/gcx1qtk.css");

main {
    
    overflow-x: hidden;
}

.header{
    padding:20px;
    margin-bottom:0px;
}

.card-body {
    background-color: var(--c-elevation-2);
}

.card-title {
    color:var(--c-primary);
    font-family: "Magistral", sans-serif;
    font-weight: 700;
    padding: 15px 15px;
    border: 0px;
}

main.responsive {
    margin-left:0px;
    margin-right:0px;
    max-width:100%;
    width:100%;
}

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