// 회원가입 #registerForm { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; a { text-decoration: none; } header { font-family: 'Open-Sans-Extrabold'; font-size: 37px; font-weight: bolder; margin-bottom: 0.7rem; a { color: #333; &:hover, &:focus { color: #18306c; } } } main { border-radius: 4px; padding: 20px; border: 1px solid #b5b5b5; background: #fff; h5 {font-weight: bold;margin-bottom: 0.9rem;} div:last-child { a { &:hover, &:focus { text-decoration: underline; } } } hr {margin: 0.5rem 0;border-color: #888;} footer {text-align: center;font-size: 11px;padding-top: 12px;color: #6c6c6c;} } }