body{background-color: rgb(231, 231, 231);}
.m{background-color: white;
   margin: 0 0 0 0 ;
height: 350px;
width: 270px;
left: 500px;
border-radius: 10px;
top:50px ;
text-align: center;
position: absolute;
z-index: 1;
right: 150px;
}
h1{
    color: blue ;
    font-size: 60px;
}
.l{   
    margin-left: 100px;
    font-size: 100px;
    margin-top: 100px;
height: 300px;
width: 100px;
position: relative;
}
.blue{background-color: blue;
border-radius: 10px;
}
button{background-color: blue;
    border-radius: 5px;
color: white;
border: none;
margin-top: 18px;}
.com{
display: flex;
margin-top: 18px;
align-items: center;
}
img{width: 100px;
align-items: center;
border-radius: 50px;
margin-top: 10px;
border-color: white;
}
.q{display: flex;
justify-content: space-evenly;
}
.s{
    background-color:darkblue ;border-radius: 7px;
color: white;
}
.d{
    background-color: aqua;border-radius: 7px;
color: white;
}
.f{background-color: palevioletred;border-radius: 7px;
color: white;
}
.g{background-color: red;border-radius: 7px;
color: white;
}
.i{margin-left: 30px;}