body{
    margin:0;
    padding:0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#navbar{
    padding:8x;
    margin:0;
    
}
 
#p{
    height:30px;
}

#imagelego{
    border-radius: 15px;
    padding: 8px;
    width: 100%;
    object-fit:cover;
}

h1{
    text-align: center;
    color: red;
}

#banner{
    width:100%;
    object-fit: cover;
}
h2{
    text-align: center;
}

.location{
    color:blueviolet;
}

#q{
    display: flex;
}

#w{
    width: 50%;
}
#team_image{
    width: 50%;
    
}
#jobz{
    max-width: 800;
    margin: 0 auto;
    padding: 0 8px;
}
h3{
    margin-bottom: 8px;
}
.apply{
    float:right;
}


a{
    text-decoration: none;
}


#floater{
    background-color: whitesmoke;
    padding-bottom: 15px;
    text-align: center;

}


#tagsfoot{
    
    list-style: none;
    text-align: center;
    display: flex;
    
}
#tagsfoo{
    text-align: center;
} 