a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:blue;
}
html{
    width:100%;
    height:100%;
    border:0;
    margin:0;
    background-color:#242323;
    color:white;
}














