*{
    box-sizing: border-box;
}
body{
    background-color: rgb(194, 215, 252);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
}
h1{
    text-align: center;
    background-color: rgb(117, 117, 234);
}
h2{
    text-align: center;
    background-color: rgb(117, 117, 234);
}
img{
    height: 350px;
    float:left;
}
.box{
    width: 300px;
    margin: auto;
    background-color: rgb(117, 117, 234);
    float: left;
    padding: 15px;
    border-radius: 15px;
    margin-left: 90px;
}