*{
    /* padding: 0; */
    margin: 0;
     font-family: "Lemonada", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    
}

body{
    background-image:url("./img/background.png") ;
    background-size : cover;
    background-repeat: no-repeat;
    background-position: center;
     color: #fff;
}


.navbar{
    background: whitesmoke;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
}

.logo{
    background-color:transparent;
    width: 20%;
    float: left;
}

 .logo img{
    width: 150px;
    height: auto;
}

h1{
    text-align: center;
}
h3{
     text-align: center;
}

.forme{
    width: 100%;
}

.clear{
    clear: both;
}

h2{
    color:rgb(205, 205, 182);
}

span{
    color:rgb(205, 205, 182);
}

p{
    font-size: 20px;
    color: rgb(167, 210, 170);
}

.participat{
    width: 33.33%;
    float: left;
   
    text-align: center;
   
}

.son{
    ;
  
}

input{
    border-radius: 30px;
    height: 25px;
}

.parent{
    width: 100%;
    height: auto;
   
}

.logoson{
    padding-top: 60px;
}

.son1{
    /* padding-left: 30px; */
    margin-right: 60px;
}

.son{
    margin-right: 50px;
}


.son2{
   margin-right: 80px;
}


