@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    background-image: url(NewHeader.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.486);
}




nav {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-evenly;
    color: white;                   
}

nav button {
    margin-top: 12px;
}

nav a {
    text-decoration: none;
    color: white;
}

nav ul li {
    list-style: none;
}

nav ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

nav h1 {
    font-size: 30px;
    margin-top: 12px;
}

nav button {
    width: 150px;
    height: 40px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 1px;
}

.view-more {
    width: 195px;
    height: 35px;
    color: white;
    background-color: rgb(0, 167, 109);
    border-radius: 100px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

h1 {
    color: white;
}

p {
    color: white;
}

.header-text {
    font-size: 35px;
    margin-top: 30vh;
}

