*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
header{
    width: 100%;
    background-color: white;
    display: flex;
justify-content: space-between;
padding: 0px 30px;
align-items: center;
box-shadow: 0px 4px 12px black;
border-radius: 10px;
margin-top: 25px;


    
}
header img{
    width: 100px;

}

.navlinks{
    display: flex;
    gap: 20px;
}
.navlinks li{
    list-style: none;
}
.navlinks li a {
    text-decoration: none;
    color: black;
}
header button{
    border: none;
    outline: none;
    background-color: transparent;
    background-color: red;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}
.menu{
    height:70px ;
    width: 50px;
}

.bg{
    text-align: center;


    width: 100vw;
    height: 50%;
    
    display: block;
    margin-top: 30px;
}

