html, body {
    margin: 0;
    padding: 0;
    background-color: black;
    height: 2000px;
 }
 @font-face {font-family:AmericanCaptain ; src:url("police/americancaptain.ttf")
 }
 
 header{
    position: fixed;
    background-color:beige ;
    width: 100% ;
    height: 150px ;
    top: 0px;
    left: 0px;
    font-family:AmericanCaptain ;
    z-index: 5;
}

#Slogan{
    font-family:AmericanCaptain ;
    position: absolute;
    top: 38%;
    left: 15%;
    font-size: xx-large;}
    
#Menus{
    position: absolute;
    top: 38%;
    left: 55.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 70px;
    height: 40px;
    text-align: center;
}
#Menus:hover{
    background-color: black;
    color: burlywood;
}

#Aboutus{
    position: absolute;
    top: 38%;
    left: 64%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 105px;
    height: 40px;
    text-align: center;
   
}
#Aboutus:hover{
    background-color: black;
    color:burlywood;
}

#Trouver{ position: absolute;
    top: 38%;
    left: 74%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 155px;
    height: 40px;
    text-align: center;

}
#Trouver:hover{
    background-color: black;
    color: burlywood;
}


#Contact{
    position: absolute;
    top: 38%;
    left: 86.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 88px;
    height: 40px;
    text-align: center;
    
}
#Contact:hover{
    background-color: black;
    color: burlywood;
}


#Contact,#Aboutus,#Menus,#Trouver{
    color: black;
    border: 4px solid black;
    text-decoration: none;
    font-family:AmericanCaptain ;
    
    
}
h1{
    position: absolute;
    top: 145px;
    left: 47.5%;
    height: 100px;
    font-size: 300%;
    color: black;
}
#bandeau{
    position: absolute;
    top: 150px;
    width: 100%;
    height: 100px;
    background-color: burlywood;
    font-size: 300%;
    text-align: center;
    
}
#B{
    color: burlywood;
    position: absolute;
    top: 400px;
    left: 39%;
    font-size: 1cm;
    border-radius: 80px;
    padding: 5px;
    width: 400px;
    height: 40px;
    border: 4px solid burlywood;
    text-align: center;
}
#burgers{
    position: absolute;
    top: 500px;
    width: 100%;
    height: 100px;
    background-color: black;
    font-size: 300%;
    text-align: center;
}

.burger-block {
      margin-bottom: 20px;
      cursor: pointer;
      color: burlywood;
    }

.ingredients {
    display: none;
    margin-top: 10px;
    font-family: americancaptain;
}


h1,h2{
    font-family: americancaptain;
}

#Burger1{
    position: absolute;
    top: 600px;
    left: 8%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 600px;
    text-align: center;
    background-color: burlywood;
    color: black;
}
#Burger2{
    position: absolute;
    top: 600px;
    left: 39%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 600px;
    text-align: center;
    background-color: burlywood;
    color: black;
}

#Burger3{
    position: absolute;
    top: 600px;
    left: 70%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 600px;
    text-align: center;
    background-color: burlywood;
    color: black;
}
img{
    border-radius: 20px;
}

#A{
    color: burlywood;
    position: absolute;
    top: 1350px;
    left: 39%;
    font-size: 1cm;
    border-radius: 80px;
    padding: 5px;
    width: 400px;
    height: 40px;
    border: 4px solid burlywood;
    text-align: center;
}
#Acc1{
    position: absolute;
    top: 1550px;
    left : 20%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 350px;
    text-align: center;
    background-color: burlywood;
    color: black;
}

#Acc2{
    position: absolute;
    top: 1550px;
    left : 60%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 350px;
    text-align: center;
    background-color: burlywood;
    color: black;
}
#D{
    color: burlywood;
    position: absolute;
    top: 2000px;
    left: 39%;
    font-size: 1cm;
    border-radius: 80px;
    padding: 5px;
    width: 400px;
    height: 40px;
    border: 4px solid burlywood;
    text-align: center;
}
#DESS1{
    position: absolute;
    top: 2200px;
    left : 70%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 350px;
    text-align: center;
    background-color: burlywood;
    color: black;
}

#DESS2{
    position: absolute;
    top: 2200px;
    left : 39%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 350px;
    text-align: center;
    background-color: burlywood;
    color: black;
}

#DESS3{
    position: absolute;
    top: 2200px;
    left : 8%;
    font-size: 0.5cm;
    border-radius: 20px;
    width: 400px;
    height: 350px;
    text-align: center;
    background-color: burlywood;
    color: black;
}
footer{
    position: absolute;
    top: 2700px;
    background-color: beige;
    color: black;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 4;
    font-family: AmericanCaptain;
} 