body{
    background-color: lightsteelblue;
}
h1{
    color:lightgreen;
    background-color: blueviolet;
    text-align: center;
    font-size: 60px;
    font-family:'Courier New', Courier, monospace;
    padding: 50px;
    border: black solid 20px;
    border-radius: 10px;
}