#prizedraw { text-align: left; }
h1 { font-size: 51px; }
p.head { font-size: 18px; font-weight: 600; }
p.small_box { background: #eaf4ea; padding: 30px 40px; margin: 30px 0; border-radius: 12px; }
.form h3 { font-size: 24px; font-weight: 800; }
.form .contents { padding: 30px 0; }
.input-wrapper { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 16px; }
.input-wrapper > div.floating { flex: 0 0 calc((100% - 32px) / 3); }
.foot { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 14px; position: relative; }
.form button { margin-top: 20px; }
.foot a { color: black; text-decoration: underline; }
