body {
  /* background-color:#6794BA; */
  color: black;
  font-weight: bold;
  background:url(../images/RARE.jpg) top center no-repeat;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading {
  margin-bottom: 20px;
  font-size: 60px;
  background-color: rgb(0, 234, 255);
  color: white;
  border-radius: 9px;
}
.heading:hover{
  color: rgb(0, 234, 255);
  background-color: #fff;
}


.header {
  display: flex;
  align-items: center;
}

 .T1 {
  border: 4px solid black;
  box-shadow: inset 3px 3px 10px;
  border-radius: 9px;
  height: 500px;
  width:900px;
  margin: 1px;
  padding: 5px;
  
}
.ht1{
	font-size:35px;
	font-family:Monotype Corsiva;
	color: black;
	font-weight:bold;
	margin-top:20px;
	
}
.st1{
	font-size:25px;
	font-family:Monotype Corsiva;
	color:black;
	background-color:white;
	opacity:0.7;
	
}
.st1:hover{
	opacity:1.5;
  color: black;
}
ul{
	background-color:white;
	opacity:0.7;
	margin-left:40px;
  color: black;
	
	
}
ul:hover{
	opacity:1.5;
  color: black;
}
.m2 {
	
	float:right;
  height: 30px;
  width:100px;
  font-size: 1.5rem;
  padding: 3px;
  
}
.m3 {
  /* color: blue; */
  /* height: 50px; */
  width: 200px;
  margin-left:400px;
  font-size: 50px;
  margin-top: 100px;
  /* background-color: white; */
  padding: 3px;
 
}
.m1 {
	
	float:left;
  height: 30px;
  width:100px;
  font-size: 1.5rem;
  padding: 3px;
  
}
.footermenu {
  height: 40px;
  width:900px;
  padding: 3px;
  
 
}



.cpm, .wpm  {
  display: none;
}

.header_text {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}
.logoinf{
	/* background: #fff; */
  border-radius: 8px;
	height:200px;
	width:400px;
	padding: 3px;
 
	
}
.logoinf:hover{
	background:#fff;
}

.m1:hover
{
  color: aqua;

}
.m2:hover
{
  color: aqua;

}
.m1 a{
  color: blue;
  text-decoration: none;
  background-color: aqua;
  height: 40px;
  width: auto;
  padding: 5px;
  border-radius: 4px;
  
}
.m1 a:hover{
  color: aqua;
  background-color: blue;
}
.m2 a{
  color: blue;
  background-color: aqua;
  text-decoration: none;
  height: 40px;
  width: auto;
  padding: 5px;
  border-radius: 4px;
  
}
.m2 a:hover{
  color: aqua;
  background-color: blue;
}
.m3 a{
  align-self: center;
  color: aqua;
  /* background-color: white; */
  text-decoration: none;
  height: 34px;
  width: auto;
  
}
.m3 a:hover{
  /* background-color: aqua; */
  color: blue;

}

