@charset "utf-8";
/* CSS Document */

body
{
	
	display: flex;
	flex-direction:column;
	align-items: center;
	background-color:#000;
}
.page2
{
	
	
	width:900px;
	
}

@media screen and (max-width:768px)
{
	
	.page2
  {
	
	
	width:100%;
	
  }
  
  	.menu
  {
	
	
	width:100%;
	object-fit:fill;
	
  }
	
}
.commande{
	/*position:absolute;
	top: 40%;
	left: 50%;*/

	background-color: rgba(255, 255, 0, 1);
	color: black;
	font-size: 60px;
	padding: 39px 90px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	margin-bottom:45px;
    /*animation: effect 2s linear infinite;*/
}	

/*@keyframes effect {

        0% {

            background: linear-gradient(

                #008000, #00FF00);

            -webkit-background-clip: text;

        }
 

        100% {

            background: linear-gradient(

                #3CE7D7, #000FFF);

            -webkit-background-clip: text;

        }
}*/
        
.commande:hover {
  background-color: white;
  color: black;
}

.commande2{
	/*position:absolute;
	top: 40%;
	left: 50%;*/

	background-color: rgba(252, 163, 29, 1);
	color: blue;
	font-size: 60px;
	padding: 39px 90px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	margin-bottom:45px;
    /*animation: effect 2s linear infinite;*/
}	
.commande2:hover {
  background-color: white;
  color: black;
}

