@font-face {
  font-family: FontFilicori;
  src: url("assets/fonts/bradhitc.ttf");
}

body{
    background: black;
     font-family: FontFilicori;
}

.logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.nume-locatie h1 {
    color: white;
    text-align: center;
    margin-bottom: 10%;
}

.meniu-mancare button  {
    background: #f4b50e;
    border: 1px solid #f4b50e;
    color: black;
    width: 80%;
}

.meniu-mancare {
    margin: 0 auto;
    text-align: center;
}

.valori-nutritionale {
    margin-top: 20px;
}

.meniu-bauturi {
    margin-top: 70px;
	margin-bottom: 50px;
    text-align: center;
}

.meniu-bauturi button  {
    background: #f4b50e;
    border: 1px solid #f4b50e;
    color: black;
    width: 80%;
}
