html, body{ font-family: 'Manrope', sans-serif; font-size: 100%; color: #fff;}

body{ background-color: #0d5901;}

header{ font-family: "Mountains of Christmas", serif; font-weight: 700; font-style: normal;}
header h1, header h2{ margin: 0;}

h1{ font-size: 48px;}
.wrapper{ margin: 0 auto; max-width: 92%;}

.form_item{ padding: 1rem 0;}

.error_message{ color: red; font-weight: bold;}

input[type="text"]{ background-color: #fff; padding: 5px 10px; font-size: 1.25rem; color: #000; border-radius: 6px; border: none;}
input[type="submit"]{ background-color: #fff; padding: 5px 10px; font-size: 1rem; font-weight: 700; color: #000; border-radius: 6px; border: none;}

footer{ padding-top: 4rem; text-align: center;}

a{ color: #fff; text-decoration: underline;}

.pick, .error_message .pick{ color: #fff; font-size: 2rem; }

.results{ padding-top: 1.2rem;}