body{
    margin: 0;
    padding:0;
}
nav{
    border: 2px solid grey;
    background-color: grey;
}
ul li {
            list-style: none;
            font-size: 20px;

        }

        ul {
            display: flex;
            margin-top: 10px;
            column-gap: 20px;
            margin: 10px 10px;
        }

        img {
            float: left;
        }

        .ok {
            margin: 3px;
            font-size: 11px;
            text-align: center;
            font-family: sans-serif;
        }

        .hello img {
            float: right;
            display: flow-root;
            position: relative;
            bottom: 50px;
            left: 10px;
        }

        .hello {
            text-align: center;
        }

        .kk {
            flex-grow: 7;
        }

        .hello {
            display: flex;
            column-gap: 10px;
            justify-content: center;
            margin: 50px 0 40px;
        }

        .ami {
            font-size: 25px;
            text-align: center;
            margin: 30px;
        }

        .qwe {
            border: 2px solid rgb(252, 250, 250);
            display: inline-block;
            padding: 15px;
            background-color: rgb(77, 159, 172);
            color: white;
            border-radius: 10px;
            font-weight: bold;
            

           
        }
        
  

        .aria {
            display: flex;
            justify-content: center;
        }

        .charu {
            display: flex;
            justify-content: center;
            column-gap: 10px;
            margin-top: 30px;
        }

        .anoop {
            position: relative;
            top: 6px;
        }

        .container1 {
            width: 70vw;
            height: 70vw;
            border: 2px solid white;
            margin: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            column-gap: 20px;
            position: relative;
            left: 150px;
        }

        .boxes {
            width: 270px;
            height: 250px;
            border: 2px solid rgb(250, 250, 250);
            border-radius: 10px;
            background-color: rgb(250, 250, 250);
        }

        .box1 h4 {
            text-align: center;

            font-size: 25px;
            font-weight: bolder;
        }

        .child {
            width: 160px;
            height: 24px;
            border: 2px solid rgb(95, 192, 95);
            border-radius: 10px;
            text-align: center;
            padding: 5px;
            margin-left: 50px;
            background-color: rgb(95, 192, 95);
            color: white;
           
        }

        .child2 {
            font-size: 10px;
            text-align: center;
            padding: 10px;
        }

        .child3 {
            font-size: 7px;
            text-align: center;
            font-weight: lighter;
            color: grey;
            padding: 10px;
        }
        .rew{
            text-align: center;
            position: relative;
            bottom: 19px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 10px;
        }
        .highlight {
            padding: 4px;
            margin: 20px;
            border: 2px solid rgb(241, 237, 240);
            border-radius: 20px;
            background-color: grey;
            width: 90px;
            height: 20px;
            text-align: center;
            padding: 10px;
            box-shadow: 0 0 1px 9px rgb(195, 192, 192);
        

        }
        .highlight:hover {
            background-color: rgb(117, 117, 207);
        }
        ul li a {
  text-decoration: none;   
  color: rgb(242, 238, 238);         
}
.hello{
    font-size: 50px;
}
  


