@charset "EUC-KR";
body {
  margin: 0;
  padding: 0;
  background: #e6ff96;
  font-size: 16px;
  color: #222;
  font-family: '¸¼Àº °íµñ', sans-serif;
  font-weight: 300;
}

h2 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 28px;
}

input[type="submit"] {
  margin-top: 28px;
  width: 120px;
  height: 32px;
  background: #f95454;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: '¸¼Àº °íµñ', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}