body{
    background-color: rgb(234, 178, 248);
}
h1{
    color: rgb(172, 119, 6);
    text-align: center;
    font-size: 70px;
}
p{
    text-align: left;
    font-size: 30px;
}
img{
    height: 400px;
}