
body { background-color: black;
       text-align: center; 
       height: 100%;
       /* trying to disable scroll */
       overflow-x: hidden; 
       overflow-y: auto; 
      }

p    { 
      color: white; 
      font-size: 4em;
      font-family: 'Roboto Mono', monospace; 
      text-align: center; 
      width: auto; 
      margin-left: 5px; 

     }

h3   { 
      color: white; 
      font-size: 2em;
      font-family: 'Roboto Mono', monospace; 
      text-align: center; 
      width: auto; 
      margin-left: 20px; 

     }

a    { 
      color: white; 
      font-size: 4em;
      font-family: 'Roboto Mono', monospace; 
      text-align: center; 

     }

#title {
    padding: 5% 0% 0% 0%;
    text-align: center;
    width: auto; 

}

#install {
    padding: 25% 0% 0% 0%;
    text-align: center;
    width: auto; 

}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10%;
}

.button {
    background-color: black;
    border: 2px;
    border-style: solid;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto Mono', monospace; 
    font-size: 3em;
    margin: 4px 2px;
}

.button1 {border-radius: 2px;}
.buttun2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

