h1 {
    color: chocolate;
    align-items: center;
    justify-items: center;
    background-color: grey;
    border: 3px solid black;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}