*{
    margin: 0%;
    padding: 0%;
    
}




   .header{
    height: 75px;
    width: 100%;
    background-color: rgb(23, 172, 218);
    justify-content: center;
   }
   
 .text{
    height: 10px;
   font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: xx-large;
    font-weight: 900;
    color: rgb(255, 45, 45);
    font-style: italic;
 }

 .text:hover{
    transform: rotateY(360deg);
    transition: 5s;
 }

 .img{
    margin-left: 10px;
    height: 25px;
    width: 20;
    background-color: transparent;
    margin-top: -27px;
 }

 .img2{
    align-items: end;
    margin-left: 1200px;
    margin-top: -14px;
 }
 

 #headerpage{
    height: 10%;
    width: 100%;
    background-color: green;
    border: 10cm;
    border-color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
 }

 .home{
    margin: 15px;
    justify-content: center;
    margin-left: 3%;
 }


.home::after{
    content: "";
    position: absolute;
    background-color: ff3c78;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -10px;

}

#page1{
    height: 70% ;
    width: 100%;
    background-color: aqua;
    align-items: center;

}

.note{
    width: 100%;
    height: 10%;
    background-color: rgb(19, 7, 88);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: wheat;
    
}

#page2{
    height: 100%;
    width: 100%;
    background-color: rgb(255, 245, 245);
}

.pm{
    width: 100%;
    height: 10%;
    background-color: wheat;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(0, 0, 0);

}

.pm:hover{
    color: rgb(31, 255, 188);
}

.copyright{
       width: 100%;
    height: 10%;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(255, 255, 255);
}
#page1{
    height: 20%;
    width: 100%;
    background-color: white;
}
.p{
     width: 100%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(226, 0, 0);
    margin-top: 15px;
}

.d{
      width: 100%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(0, 0, 0);
    margin-top:10px;
}

.a{
    
      width: 100%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(0, 0, 0);
     margin-top:10px;
}
#menu {
	background: #00af2c;
	height: 65px;
	justify-content: center;
	
   justify-content: space-evenly;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: left;
}
#menu li {
	display: inline-block;
	position: relative;
   justify-content: space-evenly;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
   justify-content: space-evenly;
   margin-left: 25PX;
   margin: 10PX;
   margin-top: 10PX;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #cf0000;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #FFFFFF;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #444444;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #F2F2F2;
	color: #444444;
}
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#444444;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#FFFFFF}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}


LOGIN {
   font-size: 1vw;
   padding: 1vw;
   background-color: rgb(255, 143, 14);
   border: none;
   border-radius: 4px;
   font-weight: 700;
   margin-top: 2.4px;
}

.lo{
     font-size: 1vw;
   padding: 1vw;
   background-color: rgb(255, 143, 14);
   border: none;
   border-radius: 4px;
   font-weight: 700;
   margin-top: 2.4px;
   margin-left: 50px;
}
