* {background-color: rgb(0,0,0);}

h1{
    color:rgb(45, 168, 215);
    font-size: 128px;
    text-align: center;
    
}
h2{
    color:rgb(255,255,255);
    font-size: 60px;
    text-align: center;
    padding-top: 25px;

}
p{
    color:rgb(255,255,255);
    text-align: center;
    font-size: 48px;
    padding-top: 25px;
}
body{
    background-color: rgb(0,0,0);
   
}
    .center{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .left{
        display: block;
        margin-left: auto;
        margin-right: 80%%;
        width: 50%;
    }
    
    .right{
            display: block;
            margin-left: 60%;
            margin-right: auto;
            width: 50%;
    }
/* -- topnav style -- */
.nav {
    overflow: hidden;
    background-color:rgb(33,34,36);
    color:rgb(33,34,36)
  }
.a {color:rgb(33,34,36);
background-color: rgb(33,34,36);}
  .topnav a {
    float: none;
    color: rgb(45, 168, 215);
    background-color: rgb(33,34,36);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 24px;
  }
  
  .topnav a:hover {
    background-color: rgb(0,0,0);
    color:  rgb(45, 168, 215);
  }
  
  .topnav a.active {
    background-color: rgb(45,168,215);
    color:rgb(0,0,0);
  }

.button {background-color: rgb(45, 168, 215);
color:rgb(45, 168, 215)}
.toggler {background-color: rgb(45, 168, 215);
  color:rgb(45, 168, 215)}

    ul {
        list-style-type: none;
       margin: 10px;
       padding:0;
    
        }
    li {
        display: inline-block;
        }
        li a {
            color: rgb(45, 168, 215)); 
            padding: 15px; 
            background-color: rgb(33,34,36); 
           }
   

        /* -- footer style -- */
        .footer {
            position: fixed;
           left: 38%;
            
            bottom: 1%;
            width: auto;
            background-color:rgb(0,0,0));
            color:rgb(255,255,255);
            text-align: center;
            padding: 2px;
         }

         /* Contact Page */
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgb(45, 168, 215);
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color:rgb(255,255,255);
  }
  
  input[type=submit] {
    background-color:rgb(33,34,36);
    color:rgb(45, 168, 215);
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: rgb(0,0,0);
  }
  
  .container {
    border-radius: 1px;
    background-color: rgb(0,0,0);
    padding: 1px;
  }
  
