@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
}
/* body *{
    background-color:white ;
} */
header{
    /* padding: 0vw 2vw; */
    position: sticky;
    top: 0;
    background: white;
    /* background-color: aquamarine; */
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
    z-index: 1;
}
nav{
    height: 60px;
    /* border: 2px solid rebeccapurple; */
    /* background-color: aqua; */
}
.right a{
    /* border: 2px solid black; */
    text-decoration: none;
    color: black;
    font-size: large;
    font-weight: bold;
    /* list-style: none; */
}
.right ul a:hover{
    /* border: 2px solid black; */
    text-decoration: none;
    color: whitesmoke;
    font-size: large;
    font-weight: 400;
    background-color: black;
    border: 2px solid darkolivegreen;
    border-radius: 8px;
    padding: 2px 5px;
    /* list-style: none; */
}
/* .div-logo{
    border: 2px solid red;
} */
.logo img{
    height: 45px;
    width: 45px;
}
.div-title{
    /* border: 2px solid gold; */
    margin: 0px 10px;
}
/* .nav-items{
    border: 2px solid black;
} */
ol, ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ulist li{
    list-style: none;
}
.right li{
    padding: 0px 20px;
}

.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
    color: black;
    /* z-index: 2; */
}

.line {
    width: 30px;
    background-color: rgb(83, 81, 81);
    height: 4px;
    margin: 3px;
}

