*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#18191a;
    color:#e4e6eb;
    font-family:Arial, Helvetica, sans-serif;
}