
.w3-myfont {
    font-family: "Comic Sans MS", cursive, sans-serif;
}



h1 {
	font-size: 16px;
	
	 text-align: center;
}

h2 {
	size: 14px;
	text-align: center;
}
.div {
	 
	 text-align: justify;
    width: 300px;
    height: 100px;
    background-color: yellow;
   
  
}

.div#myDiv {
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg); /* Standard syntax */
width: 100%;
text-align: justify;
}
.w3-button {
	text-align:center;
width: 100px;
	font-size: 18px;
	border-radius: 20px;
	margin: auto;
padding: 14px 20px;
-webkit-transition-duration: 0.1s; 
    transition-duration: 0.1s;
 box-shadow: 0 7px 20px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .w3-button:hover {
    	font-size: 18px;
    	border-radius: 20px;
    background-color: #4CAF50; /* Green */
    color: white;
 box-shadow: 0 7px 20px 0 rgba(0,0,0,0.2), 0 8px 10px 0 rgba(0,0,0,0.19);
}
.w3-bar{
	 display: inline-block

	width: 100%;
	background-color: white;


}
.button{
	width: 100%;
	text-align: center;
	color: green;
}
.nav { display: inline-block
    background-color: green; 
   text-align: center; list-style-type: none;
    
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin: 0;
}


.li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #f1f1f1;
    height: auto; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
}
.p {
    size: 16px;
}
.tbody {
    width: 100%;
    margin: 0;
    padding: 0;
}
.third {
  width: 250px;
  height: 75px;
  line-height: 75px;
  border-radius: 15px;
  margin: 0 auto;
  padding: 0;
  min-height: auto;
  text-align: center;}
  .second {
  height: 150px;
}
.second p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}