@font-face{ src: url("/fonts/cantarell-regular.otf"); font-family: "Cantarell Regular"; } html{ background: linear-gradient(135deg, #000022, #000099); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; font-family: "Cantarell Regular"; } body{ background: linear-gradient(135deg, #000022, #000099); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; font-family: "Cantarell Regular"; } .gtext{ color: #FF9900; } .xgradbg{ background: linear-gradient(135deg, #AA0000, #FF9900); border-radius: 5px; } .page_link{ color: #FFFFFF; text-decoration: none; } .page_link:hover{ text-decoration: underline; color: #FFFFFF; transition-duration: 0.25s; -moz-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; } .page_link:not(:hover){ text-decoration: none; color: #FFFFFF; transition-duration: 0.25s; -moz-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; }