@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant:ital@1&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,500&display=swap');

/* body {
    height: 100px;
    max-width:100%;
    max-height:100%;
   
} */


.top-section{
    text-align: center;
    font-size: large;
    font-family: 'Mulish', sans-serif;
     color: rgb(255, 255, 255);
    /* padding-top: 40px;
    padding-bottom: 20px; */
    background-color: #14274f;
    position: static;
    left: 0;
    right: 0;
    padding:15px;
    
    
    
   
}

.mid-section{
    text-align: center;
    font-size: large;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

ul{
    padding-right: 20px;
    
}

.down-section {
    text-align: center;
    font-size: large;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

.footer{
    text-align: center;
    font-size: large;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

.footer-image {
    justify-content: center;
    width: 90px;
    height: 90px;
}

.developer {
    font-size: small;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);

}

.work-time {
    text-align: center;
    font-size: large;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

.map{
    justify-content: center;
    padding-right: 150px;
    padding-left: 130px;
}
