.navbar {
    background-color: black;
    
}

body{
    background-color: beige!important;
}


.navbar-brand {
    color: aliceblue!important;
    
}

.htags
{
    font-family: 'Space Mono', monospace;;
}

.quote{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.container-sm {
    position: relative;
    top: 50px;
    float: left;
}

.t_container {
    position: relative;
    top: 10px;
    width: 900px!important;
    float: left;
}

.t_top{
    background-color: rgb(175, 166, 166);  
}

.container-fluid-1 {
    position: relative;
    top: 10px;
    float: left;
    width: 500px;
}

td {
    text-align: center!important;
}