*{
    margin: 0;
    box-sizing: border-box;
}

#p1{ 
    height: 42vh;
    background-image: url(imgbitmap/home-banner.jpg);
    background-size: cover;
}

header{
    height: 8.5vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

header svg{
    fill:white;
    width: 20px;
    cursor: pointer;
}

nav{
    display: flex;
    width: 30%;
    margin-left: 20%;
    justify-content: space-between;
    align-items: center;
}

.text{
    color: white;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.text:hover{
    color: #fcdc00;
}