* {
    font-family: Arial, Helvetica, sans-serif;
     box-sizing: border-box;
}
 .style {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 40px 0px;
    color: #444444
}
#main { 
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 10px;
}
#main>div {
    height: 35px;
    width: 9.5%;
    border-radius: 50px;
    display: flex;
}
img {
    height: 100%;
    width: 40px;
    border-radius: 17px;
}
.box {
    margin: 6px 0px 0px 15px;
    color: rgb(255, 255, 255);
    font-size: 15px;
}
#box1 {
    height: 50px;
    width: 35%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
.style1 {
    width: 25%;
    border: 0.5px solid #b9b9b9;
}
.box2 {
    text-align: center;
    padding: 20px 0px 50px 0px;
    color: #555555;
    font-size: 15px;
}
.box3 {
    text-align: center;
}
.style2 {
    height: 50px;
    width: 31%;
    border-radius: 50px;
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
}
.style3 {
    height: 50px;
    width: 31%;
    border-radius: 50px;
    padding: 0px 10px;
    background-color: #3c07ff;
    border: 1px solid #3c07ff;
    color: white;
    margin-top: 20px;
}
.style4 {
    margin-top: 25px;
    color: #808080;
}
h5 {
    font-weight: bolder;
}