/* IzaacWeb V3 extra */

html {background: radial-gradient(farthest-corner at right top,#000000,#00030C,#001403); cursor: default; color: #e7e7e7e7; font-family:'Poppins', sans-serif; font-size: 13px;}

h1 {color: lime; font-style: italic;}
h2 {color: lime; font-style: italic;}

hr {box-shadow: 0px 0px 5px cyan;}

a {color: blue; text-decoration: none; transition: color 0.3s;}

a:hover {color: lime; transition: color 0.3s;}
a:active {color: green;}

@media screen and (min-width: 600px){
    html {font-size: 17px;}
}