html{
    background-color: rgba(198, 205, 211, 0.603);
}
.main{
    width: 27vw;
    height:84vh;
    background-color: rgb(255, 255, 255);
    margin-left: 36vw;
    border-radius: 10px;
    display:flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.content {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;  
    background-color: rgb(255, 255, 255);
    margin-left: 1vw;
    color: rgb(116, 119, 122);
}


.button{
    margin-right:1vw;
    height: 30px;
    border-radius: 30%;
    border-color: #dde0dc;
    font-size: 20px;
    color: rgb(116, 119, 122);
    background-color: rgb(255, 255, 255);
    
    
    
}
.button1{
    margin-left: 1vw;
}
.image{
    width: 24vw;
    height:40vh;
    border-radius: 10%;
    display: flex;
    align-items: center;
    
}   
h1 {
    background-color: rgb(255, 255, 255);
    margin-left:1vw;
    display: flex;
    justify-content:start;
    align-self: flex-start;
    
}
.button2{
    margin-top: 3vh;
    width: 12vw;
    height: 6vh;
    border-radius: 40%;
    border-color:rgb(255, 255, 255) ;
    background-color: rgb(206, 235, 244);
    color: rgb(78, 42, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    

}
.grpofbutton{
   display: inline-block;
   display: flex;
   align-self: flex-start;
}