* {
background-color: black;
align-items: center;
justify-content: center;align-content: center;
}

a {
    color: white;
    text-decoration: none;
}


img {
    align-items: center;
    width: 100%;
    height: auto;
}


.navigation {
    width: auto;
    height: 2.3vh

    border: 0px;
    border-color: rgb(108, 108, 108);
    border-style:none;
    background-color: rgba(0, 0, 0, 0);
    
}


.pagewidth {
    width: 80%;    
    align   : center;
    justify-self: center;
    border: 10px;
    border-color: rgb(108, 108, 108);
    border-style: none;
    background-color: rgba(0, 0, 0, 0);
    

        
  
    
}



.home   {
    width: 49%;
    float: left;
    height: 2.3vh
    padding: 0;
    border: 1px;
    border-color: rgb(73, 73, 73);
    border-style: none;
    background-color: rgba(0, 0, 0, 0);
    
}

.contact   {
    width: 49%;
    float: right;
    height: 2.3vh
    padding: 0;
    border: 1px;
    border-color: rgb(73, 73, 73);
    border-style: none;
    background-color: rgba(0, 0, 0, 0);
    
}



.maincontainer {
    width: auto;
    height: auto;
    padding: 30px;
    border: 1px;
    border-color: rgb(73, 73, 73);
    border-style: none;
    background-color: rgba(0, 0, 0, 0);
    
  }



  h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
  }

  h2 {
    color: white;
    text-align: center;
    font-size: 2.8vw;
    height: auto;   
    font-family: 'Courier New', Courier, monospace;
  }

  h3 {
    color: white;
    text-align: center;
    font-size: 2.8vw;
    height: auto;   
    font-family: 'Courier New', Courier, monospace;
  }