
body {
background-attachment: fixed;
background-image: url("1166.jpg");

}

.main1 {
  
  font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color: 000000;
	text-align:center;
	font-weight: bold;
}
.main2 {
  
  font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color: #ffff55;
	text-align:center;
	font-weight: bold;
	
}

.main4 {
  
  font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color: #fffff0;
	text-align:center;
	font-weight: bold;
	
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}
