연말정산 환급급 조회하기
.custom-container {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
} .cyber-univ-custom-button {
display: inline-block;
width: 90vw;
padding: 10px 10px;
margin: 5px;
background: #E5EEFA; /* 연한 회색으로 배경색 변경 */
color: black !important;
text-align: center;
text-decoration: none;
border-radius: 0px;
border: 5px solid #ff0000;
font-size: 25px;
font-weight: bold;
transition: background-color 0.3s, transform 0.3s;
} .cyber-univ-custom-button:hover {
background: #ff0000;
color: white !important;
transform: scale(1.02);
}