body{
    background-color: #181818;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(233, 233, 233);
}
hr{
    color: rgb(233, 233, 233);
    background-color: rgb(233, 233, 233);
    width: 200px
}
