div > input {
    width: 230px;
    display: block;
    padding: 5px;
    border: 0;
    margin-bottom: 5px;
}

div > input[type="button"] {
    width: 240px;
        -webkit-appearance: none;
    border-radius: 0;
    background-color: #ddd;
}

div > input[type="button"]:hover {
    cursor: pointer;
    font-weight: bold;
}

h3 {
    width: 240px;
    text-align: center;
}

p {
    font-size: 10pt;
    width: 240px;
    text-align: center;
}

p a {
    font-size: 10pt;
    text-decoration: none;
    color: blue;
}