@charset "UTF-8";


html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 22px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  color: #333333;
  background-color: rgba(59, 191, 61, 0.76);
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-weight: normal;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}



main {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 640px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

h1 {
  font-size: 26px;
}

label {
  display: block;
  font-size: 20px;
  padding: 5px;
}


h1,
label {
  margin-bottom: 10px;
}

input {
  display: block;
  margin: 20px 0 0 0;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c1c1c1;
  font-size: 18px;
}
