html {
    scroll-behavior: smooth;
    background-color: #050505;
    height: 100%;
    }
            
.body {
    cursor: crosshair;
    }

.parent {
  height: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1 {
    font-size: 3em;
    font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
    color: #fff;
    font-weight: 900;
    padding-left: 5%;
    }

.lg {
    font-size: 3em;
    font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
    color: #fff;
    font-weight: 900;
    padding-left: 5;
    }
          
.p1 {
    font-size: 1.5em;
    font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
    color: #fff;
    font-weight: 900;
    line-height: 18px;
    padding-left: 5%;
    }
            
.p2 {
    font-size: 6em;
    font-family: monospace; 
    color: #fff;
    font-weight: 900;
    line-height: 20px;
    padding-left: 5%;
    }
            
.p3 {
    font-size: 2em;
    font-family: monospace; 
    color: #FFF;
    font-weight: 900;
    line-height: 18px;
    padding-left: 5%;
}
      
a:link {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}            

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #333;
}

::selection {
  color: #fff;
  background: #333;
}
