.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #D5DADD;
}
thead {
    background-color: #344550;
    color: white;
}
@font-face {
    font-family: "ubbink";
    src: url(GOTHIC.TTF);
}
* {
  font-family: "ubbink", sans-serif !important
}

.cardbody {
    background-color: #d5dadd;
}

.titlewebsite {
    color: #344550;
    font-weight: 900;
    font-size: 15px;
}

.title {
    font-family: "Humbre Sans\ 3";
    color: #e2001a;
    font-weight: bold;
}

.accordion-title {
    font-family: "Humbre Sans\ 3";
    color:#e2001a;
    font-weight: bold;
}

.subtitle {
    font-family: "Humbre Sans\ 3";
    color: #344550;
    font-weight: bold;
}

.button {
    font-family: "Century Gothic";
    font-weight: bold;
    background-color: rgb(226, 0, 26);
    color: white
}

.button_accordion {
    font-family: "Century Gothic";
    font-weight: normal;
    border-style: none;
    background-color: white;
    color: #344550;
    text-align: left;
}

.custom-tab {
    font-family: "Humbre Sans\ 3";
    color: #e2001a;
    font-weight: bold;
}

.custom-tab--selected {
    font-family: "Humbre Sans\ 3";
    color: #344550;
    font-weight: bold;
}

.sidebar{
    position: "fixed";
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    padding: 2rem 1rem;
    background-color: #f8f9fa;
}

.sidebar-content{
    margin-left: 18rem;
    margin-right: 2rem;
    padding: 2rem 1rem;
}
