/* Test StyleSheet */
@charset "UTF-8";


html, html * {

   padding:0;
   margin:0;
   box-sizing:border-box;

   background-color: rgb(192, 192, 195);

   font-family:"Comic Sans MS";


   color:rgb(9, 17, 26);



}

.testlogo {

   margin-left:auto;
   margin-right:auto;
   display:block;


}

.testnav ul {

   list-style-type:none;



}

.testnav ul li a {

   border-style: solid;
   border-width:5px;
   

   text-decoration:none;
   color:rgb(9, 17, 26);
   text-align:center;
   display:block;
   padding:3px;
   text-transform:uppercase;
   margin:10px;
   width:150px;
   margin-left:auto;
   margin-right:auto;



}

.texttest {

   text-align:center;
   margin-left:auto;
   margin-right:auto;
   display:block;
   padding:30px;


}


@media (min-width: 568px) {

.testnav ul {

   text-align: center;


}

.testnav ul li {


   display:inline-block;



}




}




