body {
    background-color: rgb(0, 0, 0);
}

div {
    margin-left: 10px;
}
div h1{
    color: rgb(255, 255, 255);
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.8), 0 0 4px rgba(0, 140, 255, 1);
    margin-bottom: 0;
}
div p{
    color: rgb(204, 204, 204);
}