.title-font {
    color:black; 
    font-family:"BBH Sans Bogle", sans-serif;
    font-weight: 400;
    font-size: 30px;
    }

.nav-font {
    color:black; 
    font-family:"BBH Sans Bogle", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.text-type {
    color:black;
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
    background: url('https://file.garden/aOtmp_Be6gwrFnBa/website%20resources/IMG_5916.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    overflow-y: auto;}

.Content {
    background-color: rgba(240, 240, 237, 0.75);
    padding-top: 10px;
    padding-bottom: 10px;}

hr.solid {
    border-top: 2px solid black;
}
