.logo{
    height: 50px;
    width: 50px;
}
.navbar-brand{
    margin-right:80px;
    margin-left: 10px;
}
.landing{
    background: url('img/8_Pizza.jpg') no-repeat center center/cover;
    height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#e40059;
}
.image{
    margin-top:20px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.cheesy{
    height: 165px;
}
.fries{
    height: 150px;
}
.adress{
    height: 50px;
    width: 50px;
}
.adress-div{
    background: #333;
    margin-bottom: 0px;
    color: white;
    padding: 0px;
}
.contact-us{
    display: inline;
}
.fa-home{
    margin-left: 2px;
}
.or{
    font-weight: bolder;
}
.about{
    color: rgb(80, 80, 80);
    display: inline;
}
.us{
    color: rgb(167, 167, 167);
    display: inline;
    margin-left: 5px;
}
.covalent{
    color: var(--primary);
}
.bero-img{
    height: 250px;
    width: 250px;
    border: 10px solid rgb(2, 100, 2);
}
.ma-img{
    height:250px;
    width: 250px;
    border: 10px solid var(--primary);
}
.text-mark{
    border: 10px solid var(--primary);
    margin-top: 20px;
}
#mark{
    color: var(--primary);
}
#ebraam{
    color: rgb(2, 100, 2);
}
.text-ebraam{
    border: 10px solid rgb(2, 100, 2);
    margin-top: 20px;
    margin-bottom: 20px;
}
.button{
    margin-top:50px;
}