@font-face {
    font-family: 'Calibre Bold';
    src: url("fonts/CalibreBold.ttf");
}

@font-face {
    font-family: 'Calibre Regular';
    src: url("fonts/CalibreRegular.ttf");
}


html {
    background-color: #ffffff;
    font-size: 62.5%;
}

body {
    font-family: "Calibre Regular", sans-serif;
   
    font-size: 1.60rem;
    line-height: 2.40rem;
    color: rgb(46,49,47);
    font-weight: 400;
}

a:link, a:visited {
    font-family: "Calibre Bold", sans-serif;
    color: rgb(186,12,47);
    text-decoration: none;
   
    border-bottom: 1px rgb(186,12,47) solid;
}

a:hover {
    color: rgb(186,12,47);
    text-decoration: none;
    font-family: "Calibre Bold", sans-serif;
    border-bottom: 3px rgb(186,12,47) solid;

}

h1 {
    font-family: "Calibre Bold", sans-serif;
   
    font-size: 2.20rem;
    color: rgb(1,33,105);
    font-weight: 700;
}

h2 {
    font-family: "Calibre Bold", sans-serif;
   
    font-size: 2.20rem;
    color: rgb(1,33,105);
    font-weight: 700;
}

img {
    border: none;
}

.panel_with_padding {
    padding: 10px;
    border: 8px solid white;
}

.responsive_width {
    width: 400px;
    max-width: 100%;
}

.responsive_width_table {
    width: 40%;
    max-width: 100%;
    table-layout: fixed;
}

    .responsive_width_table td {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }