/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
  margin: 0;
  padding: 0;
}

h2, p {
  margin: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
    background-color: #000000;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
 
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: grey;
}
 
html {
  overflow-y: scroll;
}
body {
  background-color: black;
  color: white;
}   

h1 {
  color: white;
}

h2 {
  color: white
}
h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
} 
body {
  font-family: Verdana, sans-serif;
}

p {
  color: white;
  font-size: 14px;
  text-align: center;
} 
 /* unvisited link */
a:link {
  text-decoration: none;
  color: pink;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: #ffd9e4;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: hotpink;
}

/* selected link */
a:active {
  text-decoration: none;
  color: purple;
} 
.disabled-link {
  pointer-events: none;
  cursor: default; /* Changes the cursor from a hand to an arrow */
}