/* Page background */
html { 
  background: url('data-center.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow-x: hidden;
  overflow-y:auto;
}

/* Font import */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Header font */
h1, h2, h3
{font-family: 'Orbitron';}

/* Paragraph font*/
p
{font-family: 'Shantell Sans';}

/* Div background color */
div.content {
background-color: #33333399;
}

/* Text color, alignment */
body {
color: #ffffff;
text-align: center;
}

/* Link color */
a:link, a:visited {
color: #ffffff;
}

/* Link hover color */
a:hover, a:active {
color: #c99700;
}

/* Table */
table {
width: 100%;
}

td {
text-align: center;
font-size: 1.5em;
}