body{
    background-color: orange;
}

h1{
    font-family: cursive;
    font-size: 40px;
    border-color: orangered;
    border-width: 15px;
    border-style:ridge;
}

h2{
    font-family: cursive;
    font-size: 25px;
    border-color: orangered;
    border-width: 15px;
    border-style:groove;
    text-align: center;
}

img{
    height: 400px;
    width: 450px;
}

p{
    font-size: 25px;
}