* 
{margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins' , sans-serif;}

body {color:#ededed;
 }

 .header {
    position: fixed;
    top: 0;
left: 0;
width: 100%;
paddding: 20px 10%;
background: transparent;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;

 }

 .logo {position: relative;
font-size: 25px;
color: #fff;
text-decoration: none;
font-weight: 600;
}

.navbar a {display: inline-block;
font-size: 25px;
color: #fff;
text-decoration: none;
font-weight: 500;
margin-left: 35px;
transition: .3s;
}

.navbar a:hover {color: #0ef;}

.home {position: relative;
width: 100%;
justify-content: space-between;
height: 100vh;
background: url(https://media.istockphoto.com/illustrations/beautiful-violet-mountain-landscape-illustration-id1295385673?k=20&m=1295385673&s=612x612&w=0&h=nFTXURKdVJ7EpgLnNg67gZsXHBlO4DmZ2C2AXNHlVqQ=) no-repeat;
}