*{
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
    
}

ul {
    float: right;
    list-style-type: none;
    margin-top: 50px;
    margin-right: 10px;
}

nav ul li {
    display: inline-block;
    list-style: none;
}

ul li a {
    text-decoration: none;
    color:white;
    padding: 10px 30px;
    border: 2px solid white;
    transition: 0.4s ease;
    font-family: sans-serif;
}

ul li a:hover {
    background-color: white;
    color: black;
}

.logo img{
    float: left;
    width: 250px;
    height: auto;
    margin-left: 5px;
    margin-top: 5px;
    
}

header {
    width: 100%;
    height: 125px;
    background-color:rgb(170, 0, 0) ;
}


.text h1 {
    display: flex;
    align-items: center;
    margin-left: 19%;
    height: 30%;
    margin-top: 350px;
    font-family: sans-serif;
}

button {
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 16px 0;
    background:rgb(170, 0, 0);
    border: 0;
    border-radius: 50px;
    outline: none;
    margin-top: 20%;
    margin-left: 45%;
    object-position: center;
}

button a {
    color:white;
    text-decoration: none;
}

.pozapui img {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 150px;
    margin-left: 150px;
  
}

.pozapizza img {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 150px;
    margin-left: 200px;
   
}

.pozapaprika img {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 150px;
    margin-left: 200px;
    
}

.pozaketchup img {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 150px;
    margin-left: 200px;
   
}

.mapouter {
    margin-top: 100px;
    float: right;
    margin-right: 150px;
}

.contacte h2 a {
    color: black;
    text-decoration:none;
}

.contacte {
    margin-top: 150px;
    margin-left: 200px;
}



