*{
    padding: 0;
    margin: 0;
}

html,
body{
    height: 100%;
    background-color: black !important;
    color: white !important;
    background-image: url("../img/kitchen-7870212_1920.jpg");
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


.header{
    
}

.navbar{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.nav-link{
    color: white !important;
    font-size: 20px;
    transition: 0.2s;
}

.nav-link:hover{
    color: orange !important;
    scale: 1.05;
    text-decoration: underline !important;
    text-decoration-color: orange !important;
}





.main{
    flex: 1 1 auto;
    margin-top: 2.7%;
    perspective: 700px;
}

.slab{
     
}

.imgCss{
    
}





.footer{
    padding: 2% 0 1% 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.footer a{
    color: white;
    font-family: "Stylish", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.messag{
    position: fixed;
    right: 1.1%;
    bottom: .9%;
}

.messag a img{
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.messag a img:hover{
    scale: 1.2;
}

