*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
main{
    background-image: url("https://img.freepik.com/free-photo/abstract-flowing-neon-wave-background_53876-101942.jpg?semt=ais_incoming&w=740&q=80");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    
    header{
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    
    }
}
nev{
    font-size: 25px;
  
   word-spacing: 20px;
}
a{
    transition: 0.3s ease-in-out;
}
a:hover{
    color: coral;
}
section{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 100px;
    
    .left{
      width: 50%;

      h1{
        font-size: 70px;
    }
    }
    .right{
        background-color: black;
        height: 400px;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}
.one{
    height: 30px;
    width: 200px;
    color: black;
    background: transparent;
    
    font-size: 15px;
    border: 2px solid coral;
   
    
}
.src-label{
   
    font-size: 23px; 
    background-color: coral;
    border: 4px solid coral;
   
    border-left: none;
    height: 100px;
    width: 200px;
 
}

.two{
    height: 50px;
    width: 200px;
    font-size: 15px;
    border-bottom: 1px solid coral;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    

}
.style-button{
    border: 1px solid coral;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    font-size: 20px;
}
.custom-button{
    background-color: white;
    color: black;
   border: 1px white;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}
.custom-button:hover{
    background-color: coral;
    color: white;
}
i{
    word-spacing: 20px;
    font-size: 20px;
}