form {
    background-color: #111111;
    padding: 40px;
    margin: 85px auto;
    max-width: 650px;
    border: 1px solid black;
    border-radius: 4px;
}

form h2 {
    margin-bottom: 30px;
    font-size: 26px;
}

form h2,
form .actions {
    text-align: center;
}

form .actions button {
    background-color: #333333;
    color: #bbbbbb;
    margin-top: 20px;
}