/*
Theme Name: Laundry
Theme URI: https://example.com/
Description: A child theme for the Twenty Twenty-Four theme.
Author: Wes
Author URI: https://example.com/
Template: twentytwentyfour
Version: 1.0.0
Text Domain: laundry
*/

/* Add your custom CSS below this line */

input[type=submit] {
	background: black;
  color: white;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 10px;
  border: none;
}

input[type=submit]:hover {
	cursor: pointer;
	background: #333
}

input[type=submit]:active {
	background: #666
}