html, body {
    height: 100%;
    background-color: #111;
    padding: 30px;
    text-align: center;

    font-family: 'Roboto', sans-serif;
    color: #CCC;

    margin-right: auto;
    margin-left: auto;
    max-width: 1000px; 
}

h2 {
    color: #FF4040;
}

li {
    color: #FFF;
}

p {
    text-align: justify;
    font-size: 16px;
}

button, button:active, button:focus, a, a:active, a:focus {
  outline: none;
}

.red {
    color: #FF4040;
}

.white {
    color: #FFF;
}

.link {
    color: #FFA0A0;
}

.list-unstyled {
    line-height: 300%;
}

.margin-top {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.a-unstyled {
    color: inherit;
    text-decoration: none;
    text-decoration-color: none;
}

.a-unstyled:hover {
    color: inherit;
    text-decoration: none;
    text-decoration-color: none;
}

.canvas {
    padding: 30px;
}

#chatbox {
    text-align:left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-left: 30px;
    background: #111;
    height: 400px;
    width: 500px;
    border: 2px solid #F44;
    overflow-x: hidden;
    overflow-y: auto;
}
