*{
    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: 4rem;
    font-weight: 900;
    color: red;
    font-style: italic;
    
    animation: typing 1s steps(20) infinite
    alternate-reverse;
 }
/*    */


 .img{
    margin-left: 10px;
    height: 25px;
    width: 20;
    background-color: transparent;
    margin-top: -27px;
    size: 1rem;
   
    
 }

 .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;
 }
 #headerpage:hover{
text-overflow: clip;
text-transform: none;
 }

 .home {
    color: red;

}

 .home{
    margin: 10px;
    justify-content: center;
    margin-left: 3%;
 }

 #page1{
    height: 78% ;
    width: 100%;
    background-color: aqua;
    align-items: center;

}

.note{
    width: 100%;
    height: 10%;
    background-color: rgb(235, 231, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(0, 0, 0);
    
}

.shopsection{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   background-color: #e9e9e9;
   size: 2vw;

}

.box{
   height: 325px;
   /* border: 2px solid black; */
   width: 18%;
   background-color: white;
   margin-top: 15px;
   background-size: contain;
   margin-top: 1rem;
   margin-bottom: 1rem;
   
}
.box:hover{
   transform: scale(1.1);
   transition: 1s;
}

.box-img{
   height: 200px;
   background-size: contain;
   background-repeat: no-repeat;
   margin-left: 13.5px;
   margin-right: 13.5px;
   margin-top: 15px;
   
   
   
}




p{
   margin-top: -25px;
   
}

button{
   font-size: 1.2vw;
   padding: .3vw;
   background-color: rgb(255, 47, 99);
   border: none;
   border-radius: 4px;
   font-weight: 700;
   margin-top: 45px;
}

button:hover{
   background-color: rgb(126, 1, 1);
}

 #page3{
        height: 30%;
        width: 100%;
        background-color: greenyellow;
    }

    .notish{
    width: 100%;
    height: 20%;
    background-color: rgb(116, 13, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation-play-state: running; */
    font-weight: bold;
    /* margin-right: auto; */
    color: rgb(255, 255, 255);
    }

    #page4{
    width: 100%;
    height: 8%;
    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);
    position: absolute;
    }
    .get{
        /* margin-top: 20px; */
        background-color: rgb(0, 0, 0);
        font-weight: bolder;
        font-size: x-large;
        color: rgb(0, 0, 0);
    }

    .home:hover{
      color: red;
      
    }


    .listname{
      font-size: 2vw;
    }

    .help{
      display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   background-color: #ececec;
   size: 2vw;
   
   

    }
.score{
   height: 200px;
   /* border: 2px solid black; */
   width: 28%;
   background-color: white;
   margin-top: 15px;
   background-size: contain;
   margin-top: 1rem;
   margin-bottom: 1rem;
   box-shadow: 0px 0px 10px cyan,
   0px 0px 10px cyan inset;
}
.response{
   color: red;
}

.we{
   margin-top: 10px;
   font-size: 1vw;
   font-family: Georgia, 'Times New Roman', Times, serif;
   font-weight: 700;
}

.score:hover{
   transform: scale(1.1);
   transition: 1s;
}
.find{
   font-size: 2.5vw;
   margin-top: 5px;
   font-weight: 700;
}

.login{
   font-size: 1vw;
   padding: 1vw;
   background-color: rgb(255, 143, 14);
   border: none;
   border-radius: 4px;
   font-weight: 700;
   margin-top: 2.4px;

}
.login:hover{
   background-color: rgb(167, 91, 4);
   transform: scale(1.1);
   transition: 1s;
}


.box-img{
   size: 5vw;
}

.listname{
   color: red;
   text-shadow: black ;
   text-decoration: maroon;
}

#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;
}

.home a:hover{
   color: rgb(0, 0, 0);
  
}

.home a{
   text-decoration: none;
   color: white;
}