body {
    background-color: lightblue;
}

h1{
    font-family: fantasy;
    font-size: 50px;
    border-style: groove;
    border-width: 15px;
    border-color: aquamarine;
    text-align: center;
}

h2{
    font-family: fantasy;
    font-size: 30px;
    border-style: dashed;
    border-width: 10px;
    border-color: rgb(14, 126, 89);
}

.right-img{
    float: right;
    width:500px;
    height:300px;
    border-style: ridge;
    border-width: 15px;
    border-color: rgba(45, 145, 111, 0.678);
}

img{
    border-style: ridge;
    border-width: 15px;
    border-color: rgba(45, 145, 111, 0.678);
}

p{
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
}