* {
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'IranSans', sans-serif
}
.aboutnavbar {
    text-align: center;
    margin-left: 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.aboutnavbar:hover {
    color: #E67E22;
}
.footerbar {
    position: relative;
    top: 100px;
    width: 100%;
}
.mapfoot {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
}