/*
  _____                
 |  __ \               
 | |  | |  __ _  _   _ 
 | |  | | / _` || | | |
 | |__| || (_| || |_| |
 |_____/  \__,_| \__, |
                  __/ |
                 |___/ 
*/
body
{
    background-color: rgb(238, 238, 238);
}
h1
{
    color: rgb(60, 60, 60);
}
p
{
    color: rgb(40, 40, 40);
}
#T-RexLink:hover, #T-RexLink:focus
{
    transition: 1s;
    color: rgb(40, 40, 40);
}