
        *{
            margin:0;
            padding:0;
        }
        body{
            
            background-color: rgb(42, 212, 221);
            color:white;
            font-family:'Poppins',sans-serif;
        }
        nav{
            display:flex;
            justify-content:space-around;
            align-items: center;
            height:80px;
            background-color:rgb(18,18,32);
        }
        nav ul{
            display:flex;
            justify-content:center;
        }
        nav ul li{
            list-style: none;
            margin:0 23px;
        }
        nav ul li a{
            text-decoration: none;
            color:white;
        }
        nav ul li a:hover{
            color:rgb(153,153,226);
            font-size: 1.07rem;

        }
        main hr{
            border:0;
            background: #241ae0;
            height:1.2px;
            margin:60 px 84 px;
        }
        .left{
            font-size:1.5rem;
        }
        .firstSection{
            display:flex;
            justify-content: space-around;
            margin:80px 0;
            align-items: center;

        }
        .firstSection>div{
            width:30%;
            
        }
        .leftSection{
           
            font-size:1.7rem;
         
          

        }
         .leftSections{
           
            font-size:1rem;
         
          

        }
        .leftSection .buttons{
            padding:50px 0;
        }
        
        .rightSection img{
            width:80%;
            border-radius: 15px;;
            
        }
        .purple{
            color:rgb(115, 15, 207)
        }
        .text-gray{
            color:gray;
        }
        #element
        {
            color:rgb(170,107,228);
        }
        