*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    color: black;
    text-decoration: none;
}
img
{ width: 100%;}

.site-icon{
   height: 50px;
   width: 50px;
}

.menunav{
    display: flex !important;
    justify-content: space-between !important;
}
.menunav>div:last-child i{
    display: none;
}
.previewimg{
    height: 100px;
}

.accordion{
    border-radius: 0px;
}
footer{
    display: flex;
    justify-content: space-between;
}

.final-contacts div{
    display: block;
    margin-right: 200px;
}
@media screen and (max-width:768px) {
    nav{
        display: none;
    }
    .menunav>div:last-child i{
        display: block;
        border-left: 0;
    }
    .image-display{
        display: none;
    }
}