*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.navbar{
    display: flex;
    background-color: #27cbcb;
    height: 110px;
    align-items: center;
    border-bottom: white 1px solid;
}
.navicons img{
    width: 30px;
    height: 30px;
}
.logo{
    margin-left: 30px;
    margin-right: 700px;
}
.navlist{
    margin-right: 60px;
    justify-items: space-between;
    
}
.navlist a{
   text-decoration: none;
   margin-right: 30px;
   font-size: 23px;
   font-family: sans-serif;
   color: white;



/* COINTEN */
}
.content{
    position: relative;
    overflow-y: hidden;   
    
}

.content-child{
    position: absolute;
    top: 220PX;
    left: 0;
    margin-left: 90px;
   
}
.content-child h1{
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: white;
}
.content-child button{
background: none;
border-radius: 62px;
padding: 13px 19px;
border-color: white;
color: white;
    
}

/* section2 */

.content2{
  
    margin-top: 0;
    position: relative;
    
}
.text{
    position: absolute;
    top: 200px;
    left: 350px;
    text-align: center;
    background-color: rgba(10, 91, 43, 0.8);
    padding: 30px 80px;
 border-radius: 380px;
 margin-left: 50px;
 
}

.text h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 3px;
    color: white;
}
.text p{
    margin-bottom: 9px;
    font-family: sans-serif;
    color: white;
}
.text button{
    background: none;
border-radius: 62px;
padding: 13px 19px;
border-color: white;
color: white;
font-size: 13px;
    font-weight: 300;
    
}
/* FOOTER */


footer{
    width: 100%;
    height: 100px;
    background-color: #3e3e3e;
    text-align: center;
    padding-top: 12px;
    color: white;
}
.anger a{
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    margin-right: 14px;
    font-size: 13px;
    font-weight: 500;
    
    
  
}

.anger{
    margin-bottom: 12px;
}