body {
    background-color: darkgray;
}

h1 {
    background-color: navy;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 2px;
    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;
    height: 50px;
    width: 900px;
}
