body { 
    background-color: darkgray; 
    font-family: "Times New Roman", Times, Arial;
}

h1 { 
    height:50px;
    width:550px;
    margin-top:20px;
    margin-right:20px;
    margin-left:20px;
    margin-bottom:20px;
    text-align: center;
    padding-top:10px;
    padding-right:20px;
    border-width:2px;
    border-style:dashed;
    border-color:black;
    border-top-width: 2px;
    border-top-style: groove;
    border-bottom-width: 2px;
    border-bottom-style: groove;
    border-radius: 4px 10px 10px 4px;
    background-color: lightblue;
    font-family: "Times New Roman", Times, Arial;
}


