.class1{
    display:flex;
    flex-direction: row;
    /* justify-content: space-between; */
    gap:400px;
    background-color: #007bff;
}
.right1{
    display:flex;
    flex-direction:column;
}
.right1 a{
    text-decoration: none;
    color:black;
font-size:30px ;
}
.class1 img{
    height:100px;
    width:120px;
    /* padding-right:0px;
    padding-left:600px; */
}
 .class1 h1{
   padding-left:600px;
    text-align: center;
    font-size: 50px;   
    height:90px;
    margin:0px;
    color: azure;
}
.big{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
background-color: rgb(191, 228, 241);

}
.box{

display:flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
background-color:ghostwhite;
width:600px;
height:210px;
gap:3px;
border:black 2px solid;
border-radius: 10px;
margin:3px;
}
.left img{
height:170px;
width:170px;
border-radius: 50%;
}
.right button{
background-color: burlywood;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border: none;
border-radius: 5px;
cursor: pointer;
}

.button:hover {
background-color: #0056b3;
}
