@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 900;
    font-style: bold;
}
body{
    font-family: pretendard-regular, sans-serif;
    text-align: center;
    font-size: 50px;
    height: 200vh;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

#bora {
    opacity: 0;
    transition: all 2s;
}
#index-bora{
    opacity: 0;
    transition: all 2s;
}
::-webkit-scrollbar {
    display: none;
}
#comming-discord{
    margin-top: 400px;
}
#discord-btn {
    border: 2px solid #3DABF5;
    border-radius: 5px;
    width: 100px;
    height: 50px;
    background-color: #ffffff;
    transition: all 1s; /* Added transition property */
}

#discord-btn:hover {
    background-color: #3DABF5;
    color: #ffffff;
    transform: scale(1.3, 1.3);
}
