#Balls {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#Balls {
  color: transparent !important;
  background: none;
  border: none;
  text-shadow: 0 0 0 #000;
  cursor: pointer;
  outline: none;
}
h1{font-family: monospace;
font-size: 30pt;
 color: white;
text-align: center;}

h2{font-family: monospace;
font-size: 30pt;
text-align: center;
 color: white;}

h3{font-family: monospace;
font-size: 30pt;
text-align: center;
 color: white;}

p{font-family: monospace;
font-size: 30pt;
text-align: center;
 color: white;}

img{text-align: center;
padding-left: 610px;}

h1 {border: solid 5px;
padding: 10px;
background-color: #b00b69;
padding-left: 30px;}

#navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 210px;
    background-color: #000000;
    color: white;
    border: solid;
}

ul#navbar li a {
    display: block;
    color: white;
    font-weight:bold;
    padding: 8px 16px;
    text-decoration: none;
}

ul#navbar li a:hover {

    background-color: rgb(0, 183, 255);
    color: rgb(0, 0, 0);
}
body {
  background-color: rgb(0, 0, 0);
}
.center-img img {
  display: block;
  margin-left: 200;
  margin-right: auto;
}

