@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
    background-color: #ffffff;
    font-family: "Pretendard", sans-serif;
    height: 400vh;
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    display: none;
}
.navbar {
    background-color: #f8f9fa;
}
.navbar-title {
    font-weight: 700;
    color: #212529;
}
.nav-link {
    color: #212529;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    transition: background-color 0.3s;
}
.nav-link:hover {
    background-color: #e9ecef;
    color: #212529;
}
.dropdown-menu {
    background-color: #f8f9fa;
    border: none;
}
.dropdown-item {
    color: #212529;
    transition: background-color 0.3s;
}
.dropdown-item:hover {
    background-color: #e9ecef;
}
.main-img {
    border-radius: 10px;
    width: 20rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block;
    transform: scale(0);
    transform: rotate(-10deg);
    opacity: 0;
    transform: scale(0);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.main-subtitle {
    color: #212529;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    margin-top: 0.3rem;
    transform: rotate(-10deg);
    opacity: 0;
    transform: scale(0);
}
.about-title, .skill-title, .contact-title {
    color: #212529;
    font-weight: 700;
    font-size: 5rem;
    text-align: center;
    margin-top: 20rem;
    padding-top: 10rem;
    margin-bottom: 3rem;
    opacity: 1;
}
.about-content, .skill-content, .contact-content {
    color: #212529;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
}
.skill-ul, .contact-ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skill-li img {
    width: 2rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
    transition: transform 1s ease;
}
.skill-javascript{
    padding-left: 3rem;
    padding-right: 3rem;
}

.goup{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #212529;
    color: #ffffff;
    border-radius: 1rem;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.discord-img{
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.contact-li img{
    transition: all 0.3s ease;
}

.contact-li img:hover{
    transform: scale(1.2);
}
