html 
{
    height: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
    background-image: url("images/flipped rift drawing.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body
{

    color: rgb(222, 222, 222);
}
h1 
{
    /*border: 2px;*/
    font-size: 40px;
}
h6
{
    font-size: 10px;
}
/*p
{
    font-size: 15px;
}*/