// 이메일 주소 확인 #verifyForm { 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 #2c2c2c; background: #0f0f0f; h5 {font-weight: bold;margin-bottom: 0.9rem;} div:last-child { a { color: #0066c0; &:hover, &:focus { color: #c45500; text-decoration: underline; } } } hr {margin: 0.5rem 0;background-color: #dadada;} footer {text-align: center;font-size: 11px;padding-top: 12px;} } }