// 이메일 주소 확인 #verifyForm { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; background: #f1f1f1; a { text-decoration: none; } header { font-family: 'Open-Sans-Extrabold'; font-size: 37px; font-weight: bolder; margin: 1.6rem 0; a { color: #d3d629; &:hover, &:focus { color: #a8aa2f; } } } main { max-width: 800px; padding: 10px; h5 { font-weight: bold; margin-bottom: 0.8rem; } hr { margin: 0.9rem 0; border-color: #888; } form { div:last-child { a { color: #0066c0; &:hover, &:focus { color: #00558c; text-decoration: underline; } } } } footer { text-align: center; font-size: 11px; color: #6c6c6c; } } }