
@import url("https://fonts.googleapis.com/css?family=Poppins:700,600,300.500.400");

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif; 
    list-style: none;
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px;
    background: #EAEAEA;
    color: #000000;
}
.logo {
    top: 0;
    left: 0;
    width: 100%;
    width: 70px;
    height: 60px;
}
.navbar {
    display: flex;
    align-items: center;
}
.navbar a{
    color: #000000;
    font-size: 1.1rem;
    padding: 30px 70px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.profile {
    top: 0px;
    left: 0;
    right: 0;
    align-items: center;
}
.cart-icon {
    top: 0px;
    left: 0;
    right: 0;
    align-items: center;
}
.btn {
    text-decoration: none;
    display: block;
    padding: 5px 40px;
    background-color: #B11116;
    color: #fff;
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    border: 1px solid;
}
.button{
    top: 0;
    right: 0;
    width: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}