body{
    background: linear-gradient(rgb(121, 86, 199),rgb(220, 219, 219),yellow);
    border: 2rem solid black;
}
h1{
    font-size: 3rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: yellow;
    text-shadow: 2px 2px black;
}
.AI-powered-VirtualAssistants{
    text-align: center;
}
.AI img{
    width: 40%;
}