
    :root {
        --text: #01161E;
--links: #9A031E;
--titles: #01161E;
--page-background: #F7F7F7;
--highlight: #9A031E;
--boxes-background: #FFFFFF;
--boxes-border: #DBD7D2;
--section-titles: #9A031E;
--section-titles-background: #F7F7F7;
--header-background: #FFFFFF;
--header-links: #01161E;
--footer-background: #FFFFFF;
--footer-links: #01161E;
    }
    
.Title {
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 10px;
}
.Text {
    margin-bottom: 10px;
}
.Title2 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10 px;
}