/*buttons*/

button, input[type=button] {
    padding: 12px 24px;
    background-color: rgb(190, 141, 235);
    color: #222;
    font-weight: bold;
    box-shadow: 2px 2px 2px #222;
}