body{
    width: 44.3vh;
    height: 90vh;
    background-color: rgba(44, 20, 221);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

header {
    color: white;
    display: flex;
    justify-content:space-between;
    margin-left: 12px;
}

button{
    width: 50px;
    height: 30px;
    margin-top: 12px;
    margin-right: 7px;
    color:white ;
    border-radius: 40px;
    border:0px;
    background-color:rgba(82, 62, 227) ;    
}

main {
    color: white;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.top {
    background-color:rgba(67, 45, 236) ;
    border-radius: 12px;
}

.middle {
    background-color:rgba(67, 45, 236) ;
    border-radius: 12px;
}
.bottom {
    background-color:rgba(67, 45, 236);
    border-radius: 12px;
}
h4 {
    padding-left: 12px;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 20px;
}

main p{
    width: 80%;
    padding-left:15px ;
    margin-top: 0px;
    margin-bottom: 20px;
}
section {
    display: flex;
    justify-content: flex-end;
}
img  {
    width: 25%;
    height: 25%;
    display: flex;
    border-bottom-right-radius: 25%;
    flex-direction: column;
    align-self: flex-end;
}