@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: content-box;
    outline: 0;
}
body{
    overflow-x: hidden;
}
html{
    font-size: 62.5%;
    
}



/*-----------------------------header-----------------*/

.header{
    border-bottom: 1px solid white;
}
.container .navbar-brand{
    font-family: 'EB Garamond', serif;
    
}
.bag{
    font-size: 2.5rem;
}

.d-flex .me-5{
    width:25rem
}

#result{
    position: absolute;
    z-index:5;
    top:60px ;
    right:-250px;
}

.badge{
    position:absolute;
    top:-20px;
    left: 10px;
    
}

.form{
    margin-top: 0px;
}

.nav-item .nav-link{
    font-family: 'EB Garamond', serif; 
}

@media (max-width:576px){
    html{
        font-size: 50%;
    } 
    .form{
        margin-top: 10px;
    }
    .d-flex .me-5{
        width:33rem
    }
    #result{
        position: absolute;
        z-index:5;
        top:80px ;
        right:-20px;
        
    }
    .badge{
        position:absolute;
        top:-18px;
        left: 15px;
    }
}






