*{
    padding:0px;
    margin:0px;
}

body{
    background-color:rgb(27, 27, 27);
    font-family:Helvetica, Arial;
    color:rgb(228, 228, 228);
}

a{
    color:rgb(100, 100, 255);
}

p{
    max-width:600px;
}