h1{border-style:ridge;
    border-color: rgb(77, 223, 223);
    width: 400px;
    background-color: beige;
}
h2{border-style:inset;
    max-width: 400;
    background-color: aliceblue;
}
body{background-image: linear-gradient(180deg, grey,blue) ;}