#jumbotron {
    margin: 0 auto;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.comment{
    border: solid;
    color:#a7a7a7;
    border-radius: 10px;
    padding: 10px;
}
h1 {
    color: whitesmoke;
    margin: auto;
}
h2 {
    color: whitesmoke;
}
h3 {
    color: whitesmoke;
}
p {
    color: whitesmoke;
}
body {
    color: whitesmoke;
    background-color:#101010;
    font-family: Georgia, 'Times New Roman', Times, serif;
}