body {
    font-family: 'Saira Semi Condensed', sans-serif;
    background-color: rgb(33, 32, 32);
    color: rgb(60, 151, 211);
    
}
h1 {
    font-family: 'Saira Semi Condensed', sans-serif;
    color: rgb(60, 151, 211);
    margin-left: 40px;
} 
hr { 
    color: rgb(60, 151, 211);
}
a { 
    color: white;
}
