* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(2, 2, 29);
    color: white;
    font-family: 'Poppins', sans-serif;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color: rgb(0, 0, 1);
}
.ri-menu-line{
    
    padding-right: 10px;
    font-size: 150%;
}
.ri-menu-line:hover{
    color: rgb(36, 204, 36);
    padding-right: 10px;
    font-size: 200%;
}
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(36, 204, 36);
    font-size: 120%;
}
.left{
    font-size: 1.5rem;
  
}


main hr {
    
    border: 0;
    background: white;
    height: 1.2px;
    margin: 60px 84px;
}

.firstSection{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 80px 0;
}
.firstSection > div{
    width: 30%;
}
.leftSection{
    
    font-size: 3rem;
  
}
.rightSection{
    
    width: 50%;
}
.rightSection img{

    width: 80%;
}

.green{
    color: green;
    -webkit-text-stroke: 0vw rgb(30, 100, 30);
    border-right: 2px solid white;
   
    
}
#element{
    color: green;
    -webkit-text-stroke: 0vw rgb(30, 100, 30);
    
}
.secondSection{
    max-width: 80vw;
    margin: auto;
}
.secondSection h1{
    font-size: 2rem;
}

