body {
    text-align: center;
}

h1 {
    font-size: 2.2em;
}

.restart {
    color: #fff;
    background-color: #000;
    width: 100px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}