*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body{
background: url(ص.jpg) no-repeat;
background-size: cover;
background-position: center;
width: 100%;
height: 100vh;
background-color: rgba(255,255,255,0.15);
backdrop-filter: blur(4px) brightness(110%);
}
.container{
width: 100%;
height: 10%;
background-color: #490183;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
position: fixed;
}
.container h1{
color: white;
font-weight: bolder;
padding-right: 5rem;
}
.container nav a{
color: white;
text-decoration: none;
padding: 10px;
transition: all 0.3s ease;
}
.container nav a:hover{
background: #ffffff5e;
}
.hero{
display: flex;
justify-content: center;
align-items: center;
padding: 20rem 10rem;
font-size: 30px;
color: white;
font-weight: 700;
}
button{
padding: 1rem 2rem;
border: none;
background-color: #490183;
color: white;
border-radius: 10px;
margin-top: 10px;;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
}
button:hover{
background-color: white;
color: #490183;
}
.main{
width: 100%;
height: 100vh;
}
.main h1{
text-align: center;
font-size: 40px;
margin-top: 100px;
}
i{
text-align: center;
}